mirror of
https://github.com/moku-project/Moku.git
synced 2026-06-13 09:19:56 -05:00
Fix: Update to FetcherVersion 3 for NixOS
This commit is contained in:
+1
-1
@@ -29,7 +29,7 @@ pkgs.stdenv.mkDerivation {
|
||||
pnpmDeps = pkgs.fetchPnpmDeps {
|
||||
pname = "moku";
|
||||
inherit version src;
|
||||
fetcherVersion = 1;
|
||||
fetcherVersion = 3;
|
||||
hash = versions.frontend.pnpmHash;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user