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

@@ -11,7 +11,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit version pname;
hash = "sha256:18fcb356c631e9cc27fa7019f6ff6021707e34b9ce3a3b7dc815661288709921";
sha256 = "18fcb356c631e9cc27fa7019f6ff6021707e34b9ce3a3b7dc815661288709921";
};
checkInputs = [
@@ -27,4 +27,4 @@ buildPythonPackage rec {
license = lib.licenses.mit;
};
}
}