about summary refs log tree commit diff
path: root/pkgs/applications/audio/picard
diff options
context:
space:
mode:
authorDaiderd Jordan <daiderd@gmail.com>2020-06-01 10:59:41 +0200
committerDaiderd Jordan <daiderd@gmail.com>2020-06-01 15:24:19 +0200
commitb7ddbd52bd1ab9365436573c0c5b6d1edcc1919f (patch)
tree4663b94e0a2c9a2e070b14884f674078e3f0d827 /pkgs/applications/audio/picard
parent19dab239bbbf26c5eb1694c4e4d4de473da99dc5 (diff)
treewide: replace SRI hashes
Diffstat (limited to 'pkgs/applications/audio/picard')
-rw-r--r--pkgs/applications/audio/picard/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/picard/default.nix b/pkgs/applications/audio/picard/default.nix
index dc06134c910ff..c080d0a95f3b5 100644
--- a/pkgs/applications/audio/picard/default.nix
+++ b/pkgs/applications/audio/picard/default.nix
@@ -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 ]