summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorMateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk>2014-10-29 02:57:53 +0000
committerMateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk>2014-10-29 02:57:53 +0000
commitfd6cde69537f5fcbd1f93ebfe24c2874f8cbc697 (patch)
tree1fdddba084250d249b198b3e3feb93f9e00d5b25 /pkgs/applications
parent419f15b060a1f157e76047feb5b9e44392eb273d (diff)
downloadnixpkgs-fd6cde69537f5fcbd1f93ebfe24c2874f8cbc697.tar
nixpkgs-fd6cde69537f5fcbd1f93ebfe24c2874f8cbc697.tar.gz
nixpkgs-fd6cde69537f5fcbd1f93ebfe24c2874f8cbc697.tar.bz2
nixpkgs-fd6cde69537f5fcbd1f93ebfe24c2874f8cbc697.tar.lz
nixpkgs-fd6cde69537f5fcbd1f93ebfe24c2874f8cbc697.tar.xz
nixpkgs-fd6cde69537f5fcbd1f93ebfe24c2874f8cbc697.tar.zst
nixpkgs-fd6cde69537f5fcbd1f93ebfe24c2874f8cbc697.zip
cantata: update to 1.5.0
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/audio/cantata/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/audio/cantata/default.nix b/pkgs/applications/audio/cantata/default.nix
index 1612752d470..aade5636c16 100644
--- a/pkgs/applications/audio/cantata/default.nix
+++ b/pkgs/applications/audio/cantata/default.nix
@@ -39,7 +39,7 @@ assert withOnlineServices -> withTaglib;
 assert withReplaygain -> withTaglib;
 
 let
-  version = "1.4.2";
+  version = "1.5.0";
   pname = "cantata";
   fstat = x: fn: "-DENABLE_" + fn + "=" + (if x then "ON" else "OFF");
   fstats = x: map (fstat x);
@@ -50,8 +50,8 @@ stdenv.mkDerivation rec {
 
   src = fetchurl {
     inherit name;
-    url = "https://drive.google.com/uc?export=download&id=0Bzghs6gQWi60UDFOeU1qSkIzaVE";
-    sha256 = "0ycwx75f1jlsaca170bz82av06bnlknl3q0df001rhmhb7wh4j6c";
+    url = "https://drive.google.com/uc?export=download&id=0Bzghs6gQWi60c0pFbEtldEk1UnM";
+    sha256 = "0gnqfp3ps79d500hrivxj2xkkia042knhg86md6w8ycl3945611p";
   };
 
   buildInputs =