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
@@ -18,7 +18,7 @@ in pythonPackages.buildPythonApplication rec {
owner = "metabrainz";
repo = pname;
rev = "release-${version}";
sha256 = "sha256-rJbpoPjNMlw4diWjwNQ/DPo3rltvISU4kuRqBbvlBZ0=";
sha256 = "1785wnxhasp4j8w2a8bgbfp3gyhc7zac18r5fqw5qcndz2hfk5mc";
};
nativeBuildInputs = [ gettext qt5.wrapQtAppsHook qt5.qtbase ]