about summary refs log tree commit diff
path: root/pkgs/applications/audio/osdlyrics
diff options
context:
space:
mode:
authorPedroHLC ☭ <root@pedrohlc.com>2023-12-20 11:14:26 -0300
committerPedroHLC ☭ <root@pedrohlc.com>2023-12-20 11:14:26 -0300
commit26aecf922ecfc6643f533e661f3f7131b447e809 (patch)
tree72aa8a36cc5270e0e504863058650d84dbf15d1d /pkgs/applications/audio/osdlyrics
parent7c33cd6bf01cf09f77bfdf6741cddfffa2cd5640 (diff)
osdlyrics: 0.5.14 -> 0.5.15
Diffstat (limited to 'pkgs/applications/audio/osdlyrics')
-rw-r--r--pkgs/applications/audio/osdlyrics/default.nix7
1 files changed, 3 insertions, 4 deletions
diff --git a/pkgs/applications/audio/osdlyrics/default.nix b/pkgs/applications/audio/osdlyrics/default.nix
index 15d6aeee10dd4..8bd3a882a9adb 100644
--- a/pkgs/applications/audio/osdlyrics/default.nix
+++ b/pkgs/applications/audio/osdlyrics/default.nix
@@ -17,13 +17,13 @@
 
 stdenv.mkDerivation rec {
   pname = "osdlyrics";
-  version = "0.5.14";
+  version = "0.5.15";
 
   src = fetchFromGitHub {
     owner = "osdlyrics";
     repo = "osdlyrics";
     rev = version;
-    sha256 = "sha256-NVUQLmddXnpryt1AuHSwgPnWkgxWMBNJac09TJ12Yzo=";
+    hash = "sha256-4jEF1LdMwaLNF6zvzAuGW8Iu4dzhrFLutX69LwSjTAI=";
   };
 
   nativeBuildInputs = [
@@ -42,7 +42,6 @@ stdenv.mkDerivation rec {
     (python3.withPackages (pp: with pp; [
       chardet
       dbus-python
-      future
       pycurl
       pygobject3
     ]))
@@ -81,7 +80,7 @@ stdenv.mkDerivation rec {
     description = "Standalone lyrics fetcher/displayer";
     homepage = "https://github.com/osdlyrics/osdlyrics";
     license = licenses.gpl3Plus;
-    maintainers = with maintainers; [ ];
+    maintainers = with maintainers; [];
     platforms = platforms.linux;
   };
 }