amarok: 2.9.0-20180618 -> 2.9.0-20190731
This commit is contained in:
parent
6141829b4d
commit
9554ffe051
|
@ -6,21 +6,18 @@
|
||||||
, curl, ffmpeg, gdk-pixbuf, libaio, libmtp, loudmouth, lzo, lz4, mysql57, pcre, snappy, taglib, taglib_extras
|
, curl, ffmpeg, gdk-pixbuf, libaio, libmtp, loudmouth, lzo, lz4, mysql57, pcre, snappy, taglib, taglib_extras
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
mkDerivation {
|
||||||
pname = "amarok";
|
pname = "amarok";
|
||||||
version = "2.9.0-20180618";
|
version = "2.9.0-20190731";
|
||||||
|
|
||||||
in mkDerivation {
|
|
||||||
name = "${pname}-${version}";
|
|
||||||
|
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
# master has the Qt5 version as of April 2018 but a formal release has not
|
# 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
|
# yet been made so change this back to the proper upstream when such a
|
||||||
# release is out
|
# release is out
|
||||||
url = git://anongit.kde.org/amarok.git;
|
url = git://anongit.kde.org/amarok.git;
|
||||||
# url = "mirror://kde/stable/${pname}/${version}/src/${name}.tar.xz";
|
# url = "mirror://kde/stable/${pname}/${version}/src/${name}.tar.CZ";
|
||||||
rev = "5d43efa454b6a6c9c833a6f3d7f8ff3cae738c96";
|
rev = "783da6d8e93737f5e41a3bc017906dc1f94bb94f";
|
||||||
sha256 = "0fyrbgldg4wbb2darm4aav5fpzbacxzfjrdqwkhv9xr13j7zsvm3";
|
sha256 = "08bypxk5kaay98hbwz9pj3hwgiyk3qmn9qw99bnjkkkw9wzsxiy6";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ extra-cmake-modules kdoctools ];
|
nativeBuildInputs = [ extra-cmake-modules kdoctools ];
|
||||||
|
|
Loading…
Reference in New Issue