Fix: Update to FetcherVersion 3 for NixOS

This commit is contained in:
Youwes09
2026-06-03 22:12:42 -05:00
parent 7c6aeb8f4c
commit b55dd16d0d
3 changed files with 2 additions and 24 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ pkgs.stdenv.mkDerivation {
pnpmDeps = pkgs.fetchPnpmDeps {
pname = "moku";
inherit version src;
fetcherVersion = 1;
fetcherVersion = 3;
hash = versions.frontend.pnpmHash;
};