Skip to content

Commit bf15764

Browse files
committed
Upgrade to 1.4.4
1 parent 35afcef commit bf15764

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

flake.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
pkgs = pkgsFor system;
2525

2626
# Update version when releasing
27-
version = "1.4.2";
27+
version = "1.4.4";
2828

2929
# Update the version in a new source tree
3030
srcWithReplacedVersion = pkgs.runCommand "newt-src-with-version" { } ''
@@ -40,7 +40,7 @@
4040
pname = "pangolin-newt";
4141
version = version;
4242
src = srcWithReplacedVersion;
43-
vendorHash = "sha256-PENsCO2yFxLVZNPgx2OP+gWVNfjJAfXkwWS7tzlm490=";
43+
vendorHash = "sha256-XYj2hMsK7Gfrk25bRz/ooDkrXmuUdBQSF/ojF7OTQ4I=";
4444
preBuild = ''
4545
export GOTOOLCHAIN=auto
4646
'';

0 commit comments

Comments
 (0)