Skip to content

Commit e729736

Browse files
committed
amarok: 2.9.0-20180618 -> 2.9.0-20190824
gcc 8 support
1 parent 087ba0e commit e729736

1 file changed

Lines changed: 4 additions & 7 deletions

File tree

pkgs/applications/audio/amarok/default.nix

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,18 @@
66
, curl, ffmpeg, gdk-pixbuf, libaio, libmtp, loudmouth, lzo, lz4, mysql57, pcre, snappy, taglib, taglib_extras
77
}:
88

9-
let
9+
mkDerivation rec {
1010
pname = "amarok";
11-
version = "2.9.0-20180618";
12-
13-
in mkDerivation {
14-
name = "${pname}-${version}";
11+
version = "2.9.0-20190824";
1512

1613
src = fetchgit {
1714
# master has the Qt5 version as of April 2018 but a formal release has not
1815
# yet been made so change this back to the proper upstream when such a
1916
# release is out
2017
url = git://anongit.kde.org/amarok.git;
2118
# url = "mirror://kde/stable/${pname}/${version}/src/${name}.tar.xz";
22-
rev = "5d43efa454b6a6c9c833a6f3d7f8ff3cae738c96";
23-
sha256 = "0fyrbgldg4wbb2darm4aav5fpzbacxzfjrdqwkhv9xr13j7zsvm3";
19+
rev = "457fbda25a85a102bfda92aa7137e7ef5e4c8b00";
20+
sha256 = "1ig2mg8pqany6m2zplkrvldcv4ibxwsypnyv5igm7nz7ax82cd5j";
2421
};
2522

2623
nativeBuildInputs = [ extra-cmake-modules kdoctools ];

0 commit comments

Comments
 (0)