osdlyrics: 0.5.14 -> 0.5.15

+3 -4
+3 -4
pkgs/applications/audio/osdlyrics/default.nix
··· 17 17 18 18 stdenv.mkDerivation rec { 19 19 pname = "osdlyrics"; 20 - version = "0.5.14"; 20 + version = "0.5.15"; 21 21 22 22 src = fetchFromGitHub { 23 23 owner = "osdlyrics"; 24 24 repo = "osdlyrics"; 25 25 rev = version; 26 - sha256 = "sha256-NVUQLmddXnpryt1AuHSwgPnWkgxWMBNJac09TJ12Yzo="; 26 + hash = "sha256-4jEF1LdMwaLNF6zvzAuGW8Iu4dzhrFLutX69LwSjTAI="; 27 27 }; 28 28 29 29 nativeBuildInputs = [ ··· 42 42 (python3.withPackages (pp: with pp; [ 43 43 chardet 44 44 dbus-python 45 - future 46 45 pycurl 47 46 pygobject3 48 47 ])) ··· 81 80 description = "Standalone lyrics fetcher/displayer"; 82 81 homepage = "https://github.com/osdlyrics/osdlyrics"; 83 82 license = licenses.gpl3Plus; 84 - maintainers = with maintainers; [ ]; 83 + maintainers = with maintainers; []; 85 84 platforms = platforms.linux; 86 85 }; 87 86 }