fix(nix): pin fetchPnpmDeps hash
This commit is contained in:
+1
-1
@@ -29,7 +29,7 @@ pkgs.stdenv.mkDerivation rec {
|
||||
|
||||
# NOTE: Update this hash after the first `nix build` by copying the
|
||||
# "got: sha256-..." value from the error message.
|
||||
hash = lib.fakeHash;
|
||||
hash = "sha256-dyxGSSLoMVEKgTs+owdgRZw9uvJhQLEFsib/GPyxtxM=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
||||
Reference in New Issue
Block a user