Skip to content

Commit 807ac11

Browse files
committed
flake.lock: Update
Flake lock file updates: • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/a676066377a2fe7457369dd37c31fd2263b662f4?narHash=sha256-zW/OFnotiz/ndPFdebpo3X0CrbVNf22n4DjN2vxlb58%3D' (2025-06-26) → 'github:NixOS/nixpkgs/2fecba9952096ba043c16b9ef40b92851ff3e5d9?narHash=sha256-JaNFPy3nywPNxSDpEgFFqvngQww5Igb6twG4NhMo8oc%3D' (2025-11-26)
1 parent 1d7a4af commit 807ac11

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

flake.lock

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

package.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ stdenv.mkDerivation (finalAttrs: {
1111

1212
pnpmDeps = pnpm.fetchDeps {
1313
inherit (finalAttrs) pname version src;
14-
hash = "sha256-p/84qht5m0EF5JgUsmMxb33gnIB9rKf/IrsTobE1ahE=";
14+
fetcherVersion = 2;
15+
hash = "sha256-t6i3KIBFNMOEoqF63pLD80uOIXcVFD+vhwA5pH7rS90=";
1516
};
1617

1718
nativeBuildInputs = [ nodejs pnpm.configHook ];

0 commit comments

Comments
 (0)