summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorlaMudri <lamudri@gmail.com>2021-05-20 11:22:46 +0100
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-05-20 12:13:37 -0700
commit00019c684765e865ad2acd498837b845183f828a (patch)
tree2a7cde9b4ef5953f60d97d6b174d4971585adb1b /pkgs
parentea5ae1d92ff450af7c0871eac41e0f447563197d (diff)
cmusfm: 2020-07-23 -> 2021-05-19
Bug fix for https://github.com/Arkq/cmusfm/issues/40.
Add self as maintainer.
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/audio/cmusfm/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/applications/audio/cmusfm/default.nix b/pkgs/applications/audio/cmusfm/default.nix
index 79f78452c4ca4..4cf91c698be7f 100644
--- a/pkgs/applications/audio/cmusfm/default.nix
+++ b/pkgs/applications/audio/cmusfm/default.nix
@@ -1,13 +1,13 @@
 { lib, stdenv, fetchFromGitHub, autoreconfHook, pkg-config, curl, libnotify, gdk-pixbuf }:
 
 stdenv.mkDerivation {
-  version = "2020-07-23";
+  version = "2021-05-19";
   pname = "cmusfm-unstable";
   src = fetchFromGitHub {
     owner = "Arkq";
     repo = "cmusfm";
-    rev = "73df3e64d8aa3b5053b639615b8f81d512420e52";
-    sha256 = "1p9i65v8hda9bsps4hm9m2b7aw9ivk4ncllg8svyp455gn5v8xx6";
+    rev = "a1f9f37c5819ca8a5b48e6185c2ec7ad478b9f1a";
+    sha256 = "19akgvh9gl99xvpmzgqv88w2mnnln7k6290dr5rn3h6a1ihvllaw";
   };
   # building
   configureFlags = [ "--enable-libnotify" ];
@@ -29,7 +29,7 @@ stdenv.mkDerivation {
       + Inside cmus run `:set status_display_program=cmusfm` to set up cmusfm
     '';
     homepage = "https://github.com/Arkq/cmusfm/";
-    maintainers = with lib.maintainers; [ CharlesHD ];
+    maintainers = with lib.maintainers; [ CharlesHD mudri ];
     license = licenses.gpl3Plus;
     platforms = platforms.linux ++ platforms.darwin;
   };