tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
cantata: update to 1.5.1
Mateusz Kowalczyk
11 years ago
8a9292b3
a50a7ca3
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
applications
audio
cantata
default.nix
+3
-3
pkgs/applications/audio/cantata/default.nix
···
39
assert withReplaygain -> withTaglib;
40
41
let
42
-
version = "1.5.0";
43
pname = "cantata";
44
fstat = x: fn: "-DENABLE_" + fn + "=" + (if x then "ON" else "OFF");
45
fstats = x: map (fstat x);
···
50
51
src = fetchurl {
52
inherit name;
53
-
url = "https://drive.google.com/uc?export=download&id=0Bzghs6gQWi60c0pFbEtldEk1UnM";
54
-
sha256 = "0gnqfp3ps79d500hrivxj2xkkia042knhg86md6w8ycl3945611p";
55
};
56
57
buildInputs =
···
39
assert withReplaygain -> withTaglib;
40
41
let
42
+
version = "1.5.1";
43
pname = "cantata";
44
fstat = x: fn: "-DENABLE_" + fn + "=" + (if x then "ON" else "OFF");
45
fstats = x: map (fstat x);
···
50
51
src = fetchurl {
52
inherit name;
53
+
url = "https://drive.google.com/uc?export=download&id=0Bzghs6gQWi60UktwaTRMTjRIUW8";
54
+
sha256 = "0y7y3nbiqgh1ghb47n4lfyp163wvazvhavlshb1c18ik03fkn5sp";
55
};
56
57
buildInputs =