We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6189232 commit f63d836Copy full SHA for f63d836
1 file changed
pkgs/applications/audio/picard/default.nix
@@ -12,13 +12,13 @@ let
12
;
13
in pythonPackages.buildPythonApplication rec {
14
pname = "picard";
15
- version = "2.5.4";
+ version = "2.5.5";
16
17
src = fetchFromGitHub {
18
owner = "metabrainz";
19
repo = pname;
20
rev = "release-${version}";
21
- sha256 = "11kx4wwl6d2yy0kijcsda0kz2494a7cywp3mzvbga1hcz78f2xv6";
+ sha256 = "0i97cfnfgg4g13ms8x3bq279s4r7jckxxrv3sdz7dxpcn6gkw35s";
22
};
23
24
nativeBuildInputs = [ gettext qt5.wrapQtAppsHook qt5.qtbase ]
0 commit comments