Merge pull request #202599 from lilyinstarlight/fix/fetch-npm-deps-hash-stability
This commit is contained in:
commit
d04740c3aa
@ -177,7 +177,7 @@ buildNpmPackage rec {
|
|||||||
|
|
||||||
patches = [ ./remove-prepack-script.patch ];
|
patches = [ ./remove-prepack-script.patch ];
|
||||||
|
|
||||||
npmDepsHash = "sha256-s8SpZY/1tKZVd3vt7sA9vsqHvEaNORQBMrSyhWpj048=";
|
npmDepsHash = "sha256-tuEfyePwlOy2/mOPdXbqJskO6IowvAP4DWg8xSZwbJw=";
|
||||||
|
|
||||||
NODE_OPTIONS = "--openssl-legacy-provider";
|
NODE_OPTIONS = "--openssl-legacy-provider";
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@ buildNpmPackage rec {
|
|||||||
./package-lock.json.patch
|
./package-lock.json.patch
|
||||||
];
|
];
|
||||||
|
|
||||||
npmDepsHash = "sha256-SGLcFjPnmhFoeXtP4gfGr4Qa1dTaXwSnzkweEvYW/1k=";
|
npmDepsHash = "sha256-5KZXZ4agHcAh3gai5w9YodETIEGJtDq/kyEZOHb9dOc=";
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
copyDesktopItems
|
copyDesktopItems
|
||||||
|
@ -84,7 +84,7 @@
|
|||||||
hash = "sha256-X9mCwPqV5yP0S2GonNvpYnLSLJMd/SUIked+hMRxDpA=";
|
hash = "sha256-X9mCwPqV5yP0S2GonNvpYnLSLJMd/SUIked+hMRxDpA=";
|
||||||
};
|
};
|
||||||
|
|
||||||
hash = "sha256-5Mg7KDJLMM5e/7BCHGinGAnBRft2ySQzvKW06p3u/0o=";
|
hash = "sha256-tEdElWJ+KBTxBobzXBpPopQSwK2usGW/it1+yfbVzBw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
linkDependencies = makeTest {
|
linkDependencies = makeTest {
|
||||||
@ -107,7 +107,7 @@
|
|||||||
hash = "sha256-1fGNxYJi1I4cXK/jinNG+Y6tPEOhP3QAqWOBEQttS9E=";
|
hash = "sha256-1fGNxYJi1I4cXK/jinNG+Y6tPEOhP3QAqWOBEQttS9E=";
|
||||||
};
|
};
|
||||||
|
|
||||||
hash = "sha256-8xF8F74nHwL9KPN2QLsxnfvsk0rNCKOZniYJQCD5u/I=";
|
hash = "sha256-+KA8/orSBJ4EhuSyQO8IKSxsN/FAsYU3lOzq+awuxNQ=";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -421,7 +421,7 @@ fn main() -> anyhow::Result<()> {
|
|||||||
data = Command::new("tar")
|
data = Command::new("tar")
|
||||||
.args([
|
.args([
|
||||||
"--sort=name",
|
"--sort=name",
|
||||||
"--mtime=0",
|
"--mtime=@0",
|
||||||
"--owner=0",
|
"--owner=0",
|
||||||
"--group=0",
|
"--group=0",
|
||||||
"--numeric-owner",
|
"--numeric-owner",
|
||||||
|
Loading…
Reference in New Issue
Block a user