Unverified Commit d04740c3 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

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

parents 28a23835 b2891427
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -177,7 +177,7 @@ buildNpmPackage rec {

  patches = [ ./remove-prepack-script.patch ];

  npmDepsHash = "sha256-s8SpZY/1tKZVd3vt7sA9vsqHvEaNORQBMrSyhWpj048=";
  npmDepsHash = "sha256-tuEfyePwlOy2/mOPdXbqJskO6IowvAP4DWg8xSZwbJw=";

  NODE_OPTIONS = "--openssl-legacy-provider";

+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ buildNpmPackage rec {
    ./package-lock.json.patch
  ];

  npmDepsHash = "sha256-SGLcFjPnmhFoeXtP4gfGr4Qa1dTaXwSnzkweEvYW/1k=";
  npmDepsHash = "sha256-5KZXZ4agHcAh3gai5w9YodETIEGJtDq/kyEZOHb9dOc=";

  nativeBuildInputs = [
    copyDesktopItems
+2 −2
Original line number Diff line number Diff line
@@ -84,7 +84,7 @@
            hash = "sha256-X9mCwPqV5yP0S2GonNvpYnLSLJMd/SUIked+hMRxDpA=";
          };

          hash = "sha256-5Mg7KDJLMM5e/7BCHGinGAnBRft2ySQzvKW06p3u/0o=";
          hash = "sha256-tEdElWJ+KBTxBobzXBpPopQSwK2usGW/it1+yfbVzBw=";
        };

        linkDependencies = makeTest {
@@ -107,7 +107,7 @@
            hash = "sha256-1fGNxYJi1I4cXK/jinNG+Y6tPEOhP3QAqWOBEQttS9E=";
          };

          hash = "sha256-8xF8F74nHwL9KPN2QLsxnfvsk0rNCKOZniYJQCD5u/I=";
          hash = "sha256-+KA8/orSBJ4EhuSyQO8IKSxsN/FAsYU3lOzq+awuxNQ=";
        };
      };

+1 −1
Original line number Diff line number Diff line
@@ -421,7 +421,7 @@ fn main() -> anyhow::Result<()> {
                data = Command::new("tar")
                    .args([
                        "--sort=name",
                        "--mtime=0",
                        "--mtime=@0",
                        "--owner=0",
                        "--group=0",
                        "--numeric-owner",