cmusfm: 2018-10-11 -> 2020-07-23
This commit is contained in:
parent
28fce082c8
commit
71816f100e
@ -1,13 +1,13 @@
|
|||||||
{ stdenv, fetchFromGitHub, autoreconfHook, pkgconfig, curl, libnotify, gdk-pixbuf }:
|
{ stdenv, fetchFromGitHub, autoreconfHook, pkgconfig, curl, libnotify, gdk-pixbuf }:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
version = "2018-10-11";
|
version = "2020-07-23";
|
||||||
pname = "cmusfm-unstable";
|
pname = "cmusfm-unstable";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Arkq";
|
owner = "Arkq";
|
||||||
repo = "cmusfm";
|
repo = "cmusfm";
|
||||||
rev = "ad2fd0aad3f4f1a25add1b8c2f179e8859885873";
|
rev = "73df3e64d8aa3b5053b639615b8f81d512420e52";
|
||||||
sha256 = "0wpwdwgyrp64nvwc6shy0n387p31j6aw6cnmfi9x2y1jhl5hbv6b";
|
sha256 = "1p9i65v8hda9bsps4hm9m2b7aw9ivk4ncllg8svyp455gn5v8xx6";
|
||||||
};
|
};
|
||||||
# building
|
# building
|
||||||
configureFlags = [ "--enable-libnotify" ];
|
configureFlags = [ "--enable-libnotify" ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user