about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Hoeg <peter@hoeg.com>2019-08-19 22:39:27 +0800
committerPeter Hoeg <peter@hoeg.com>2019-08-19 22:39:27 +0800
commit9554ffe05197d7b276966093184137c39b4be6a6 (patch)
tree0e5f4bd83b37a2ad165049ed424433851364e139
parent6141829b4da38792e8d8e03e79d033b1151d5163 (diff)
downloadnixlib-9554ffe05197d7b276966093184137c39b4be6a6.tar
nixlib-9554ffe05197d7b276966093184137c39b4be6a6.tar.gz
nixlib-9554ffe05197d7b276966093184137c39b4be6a6.tar.bz2
nixlib-9554ffe05197d7b276966093184137c39b4be6a6.tar.lz
nixlib-9554ffe05197d7b276966093184137c39b4be6a6.tar.xz
nixlib-9554ffe05197d7b276966093184137c39b4be6a6.tar.zst
nixlib-9554ffe05197d7b276966093184137c39b4be6a6.zip
amarok: 2.9.0-20180618 -> 2.9.0-20190731
-rw-r--r--pkgs/applications/audio/amarok/default.nix13
1 files changed, 5 insertions, 8 deletions
diff --git a/pkgs/applications/audio/amarok/default.nix b/pkgs/applications/audio/amarok/default.nix
index a4aa64280975..ff3c456c3644 100644
--- a/pkgs/applications/audio/amarok/default.nix
+++ b/pkgs/applications/audio/amarok/default.nix
@@ -6,21 +6,18 @@
 , curl, ffmpeg, gdk-pixbuf, libaio, libmtp, loudmouth, lzo, lz4, mysql57, pcre, snappy, taglib, taglib_extras
 }:
 
-let
+mkDerivation {
   pname = "amarok";
-  version = "2.9.0-20180618";
-
-in mkDerivation {
-  name = "${pname}-${version}";
+  version = "2.9.0-20190731";
 
   src = fetchgit {
     # master has the Qt5 version as of April 2018 but a formal release has not
     # yet been made so change this back to the proper upstream when such a
     # release is out
     url    = git://anongit.kde.org/amarok.git;
-    # url = "mirror://kde/stable/${pname}/${version}/src/${name}.tar.xz";
-    rev    = "5d43efa454b6a6c9c833a6f3d7f8ff3cae738c96";
-    sha256 = "0fyrbgldg4wbb2darm4aav5fpzbacxzfjrdqwkhv9xr13j7zsvm3";
+    # url = "mirror://kde/stable/${pname}/${version}/src/${name}.tar.CZ";
+    rev    = "783da6d8e93737f5e41a3bc017906dc1f94bb94f";
+    sha256 = "08bypxk5kaay98hbwz9pj3hwgiyk3qmn9qw99bnjkkkw9wzsxiy6";
   };
 
   nativeBuildInputs = [ extra-cmake-modules kdoctools ];