tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
picard: 2.6.3 -> 2.6.4
authored by
R. RyanTM
and committed by
ehmry
4 years ago
9bd53ad9
63d30d18
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
applications
audio
picard
default.nix
+2
-2
pkgs/applications/audio/picard/default.nix
···
18
in
19
pythonPackages.buildPythonApplication rec {
20
pname = "picard";
21
-
version = "2.6.3";
22
23
src = fetchFromGitHub {
24
owner = "metabrainz";
25
repo = pname;
26
rev = "release-${version}";
27
-
sha256 = "sha256-bSqGgRXqHGjT+OYCEafsT/btVe+n91+L0kB8fnrywss=";
28
};
29
30
nativeBuildInputs = [ gettext qt5.wrapQtAppsHook qt5.qtbase ]
···
18
in
19
pythonPackages.buildPythonApplication rec {
20
pname = "picard";
21
+
version = "2.6.4";
22
23
src = fetchFromGitHub {
24
owner = "metabrainz";
25
repo = pname;
26
rev = "release-${version}";
27
+
sha256 = "0lm7s9jy7z4an3xxj3gnxxf2xx045i157qaxysbdhcq5lwlmznc7";
28
};
29
30
nativeBuildInputs = [ gettext qt5.wrapQtAppsHook qt5.qtbase ]