Skip to content

Commit 74c7eb1

Browse files
chore: update nix package to v1.17.0
1 parent 94cb7f7 commit 74c7eb1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

nix/packages/default/default.nix

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

1414
let
15-
version = "1.16.5";
15+
version = "1.17.0";
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-//kKBdzLI/8zy46HRl19QKNrao/KO3zJvbSlItxjUPA=";
26+
sha256 = "sha256-lfKnSANySQNsABKIXC1DQKdTThHRP7ZYQFoCCK4faF0=";
2727
};
2828

2929
nativeBuildInputs = [
@@ -33,7 +33,7 @@ stdenv.mkDerivation (finalAttrs: {
3333

3434
pnpmDeps = pnpm_9.fetchDeps {
3535
inherit (finalAttrs) pname version src;
36-
hash = "sha256-o2KDZMbXhoXy66We6oy3LA7BGRnBkM4Tbjv4iE8DxFI=";
36+
hash = "sha256-GkUjcUfBZCX9qVUVVS6bAwniRAkcbapwGdK0IQDPsjw=";
3737
fetcherVersion = 2;
3838
};
3939

0 commit comments

Comments
 (0)