treewide: replace SRI hashes

This commit is contained in:
Daiderd Jordan
2020-06-01 10:59:41 +02:00
parent 19dab239bb
commit b7ddbd52bd
51 changed files with 59 additions and 59 deletions

View File

@@ -16,7 +16,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit version;
pname = "flit_core";
hash = "sha256:a50bcd8bf5785e3a7d95434244f30ba693e794c5204ac1ee908fc07c4acdbf80";
sha256 = "a50bcd8bf5785e3a7d95434244f30ba693e794c5204ac1ee908fc07c4acdbf80";
};
propagatedBuildInputs = [
@@ -33,4 +33,4 @@ buildPythonPackage rec {
license = lib.licenses.bsd3;
maintainers = [ lib.maintainers.fridh ];
};
}
}