about summary refs log tree commit diff
path: root/pkgs/applications/audio/picard
diff options
context:
space:
mode:
authorPayas Relekar <relekarpayas@gmail.com>2021-06-08 21:16:39 +0530
committerPayas Relekar <relekarpayas@gmail.com>2021-06-08 21:16:39 +0530
commitd8e656dbcf400a6249886e5e620a151b9b3d42f5 (patch)
tree1f4840e21e91e0f4e42cdd1531767b3886d25c82 /pkgs/applications/audio/picard
parentc2d2360d14f97abae05de67d78d6c070c7636349 (diff)
Picard: 2.6.2 -> 2.6.3
Diffstat (limited to 'pkgs/applications/audio/picard')
-rw-r--r--pkgs/applications/audio/picard/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/picard/default.nix b/pkgs/applications/audio/picard/default.nix
index 28d0ae6f5f444..49aa0ba471471 100644
--- a/pkgs/applications/audio/picard/default.nix
+++ b/pkgs/applications/audio/picard/default.nix
@@ -18,13 +18,13 @@ let
 in
 pythonPackages.buildPythonApplication rec {
   pname = "picard";
-  version = "2.6.2";
+  version = "2.6.3";
 
   src = fetchFromGitHub {
     owner = "metabrainz";
     repo = pname;
     rev = "release-${version}";
-    sha256 = "1dhkdzc3601rhg8pqljbv3dz7j0mx75brpfhlizhgwgv65qk3ifj";
+    sha256 = "sha256-bSqGgRXqHGjT+OYCEafsT/btVe+n91+L0kB8fnrywss=";
   };
 
   nativeBuildInputs = [ gettext qt5.wrapQtAppsHook qt5.qtbase ]