treewide: replace SRI hashes

This commit is contained in:
Daiderd Jordan
2020-06-01 15:24:19 +02:00
parent 19dab239bb
commit b7ddbd52bd
51 changed files with 59 additions and 59 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
owner = "zimbatm";
repo = "h";
rev = "v${version}";
hash = "sha256-chGrMtvLyyNtlM7PO1olVdkzkvMOk6OibHw+mqwVxIM=";
sha256 = "10y42nn9lgkwdjia74qfyf937nam4md3pkyfjinj7jybvcran4bj";
};
buildInputs = [ ruby ];