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

@@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "HypothesisWorks";
repo = "hypothesis-python";
rev = "hypothesis-python-${version}";
hash = "sha256:1qcpcrk6892hzyjsdr581pw6i4fj9035nv89mcjrcrzcmycdlfds";
sha256 = "1qcpcrk6892hzyjsdr581pw6i4fj9035nv89mcjrcrzcmycdlfds";
};
postUnpack = "sourceRoot=$sourceRoot/hypothesis-python";
@@ -42,4 +42,4 @@ buildPythonPackage rec {
homepage = "https://github.com/HypothesisWorks/hypothesis";
license = licenses.mpl20;
};
}
}