Skip to content

Commit 4bbf043

Browse files
chore: update nix package to v1.17.2
1 parent 4d3da3f commit 4bbf043

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nix/packages/default/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
}:
1313

1414
let
15-
version = "1.17.1";
15+
version = "1.17.2";
1616
in
1717

1818
stdenv.mkDerivation (finalAttrs: {
@@ -23,7 +23,7 @@ stdenv.mkDerivation (finalAttrs: {
2323
owner = "nano-collective";
2424
repo = "nanocoder";
2525
rev = "v${version}";
26-
sha256 = "sha256-A1KtyA5H5bEjU2fOF1HtoPsJd/PMl5bNAA2HYdgW4vM=";
26+
sha256 = "sha256-DqYutzJcacLR+AVLE1IgjKlDVzrWowOZ+Zt4cPSsxT4=";
2727
};
2828

2929
nativeBuildInputs = [

0 commit comments

Comments
 (0)