nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

Merge pull request #202599 from lilyinstarlight/fix/fetch-npm-deps-hash-stability

authored by

Sandro and committed by
GitHub
d04740c3 28a23835

+5 -5
+1 -1
doc/languages-frameworks/javascript.section.md
··· 177 177 178 178 patches = [ ./remove-prepack-script.patch ]; 179 179 180 - npmDepsHash = "sha256-s8SpZY/1tKZVd3vt7sA9vsqHvEaNORQBMrSyhWpj048="; 180 + npmDepsHash = "sha256-tuEfyePwlOy2/mOPdXbqJskO6IowvAP4DWg8xSZwbJw="; 181 181 182 182 NODE_OPTIONS = "--openssl-legacy-provider"; 183 183
+1 -1
pkgs/applications/audio/open-stage-control/default.nix
··· 16 16 ./package-lock.json.patch 17 17 ]; 18 18 19 - npmDepsHash = "sha256-SGLcFjPnmhFoeXtP4gfGr4Qa1dTaXwSnzkweEvYW/1k="; 19 + npmDepsHash = "sha256-5KZXZ4agHcAh3gai5w9YodETIEGJtDq/kyEZOHb9dOc="; 20 20 21 21 nativeBuildInputs = [ 22 22 copyDesktopItems
+2 -2
pkgs/build-support/node/fetch-npm-deps/default.nix
··· 84 84 hash = "sha256-X9mCwPqV5yP0S2GonNvpYnLSLJMd/SUIked+hMRxDpA="; 85 85 }; 86 86 87 - hash = "sha256-5Mg7KDJLMM5e/7BCHGinGAnBRft2ySQzvKW06p3u/0o="; 87 + hash = "sha256-tEdElWJ+KBTxBobzXBpPopQSwK2usGW/it1+yfbVzBw="; 88 88 }; 89 89 90 90 linkDependencies = makeTest { ··· 107 107 hash = "sha256-1fGNxYJi1I4cXK/jinNG+Y6tPEOhP3QAqWOBEQttS9E="; 108 108 }; 109 109 110 - hash = "sha256-8xF8F74nHwL9KPN2QLsxnfvsk0rNCKOZniYJQCD5u/I="; 110 + hash = "sha256-+KA8/orSBJ4EhuSyQO8IKSxsN/FAsYU3lOzq+awuxNQ="; 111 111 }; 112 112 }; 113 113
+1 -1
pkgs/build-support/node/fetch-npm-deps/src/main.rs
··· 421 421 data = Command::new("tar") 422 422 .args([ 423 423 "--sort=name", 424 - "--mtime=0", 424 + "--mtime=@0", 425 425 "--owner=0", 426 426 "--group=0", 427 427 "--numeric-owner",