nss: sha256 -> hash

This commit is contained in:
ajs124
2022-06-01 12:47:36 +02:00
parent ae1f1709b7
commit 309bfdf2e2
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import ./generic.nix {
version = "3.68.4";
sha256 = "sha256-K5/T9aG0nzs7KdEgAmdPcEgRViV1b7R3KELsfDm+Fgs=";
hash = "sha256-K5/T9aG0nzs7KdEgAmdPcEgRViV1b7R3KELsfDm+Fgs=";
}
+2 -2
View File
@@ -1,4 +1,4 @@
{ version, sha256 }:
{ version, hash }:
{ lib
, stdenv
, fetchurl
@@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "mirror://mozilla/security/nss/releases/NSS_${underscoreVersion}_RTM/src/${pname}-${version}.tar.gz";
inherit sha256;
inherit hash;
};
depsBuildBuild = [ buildPackages.stdenv.cc ];
+1 -1
View File
@@ -6,5 +6,5 @@
import ./generic.nix {
version = "3.79";
sha256 = "sha256-698tapZhO2/nCtV56fmD4OlOARAXHPspmdtjPTOUpRQ=";
hash = "sha256-698tapZhO2/nCtV56fmD4OlOARAXHPspmdtjPTOUpRQ=";
}