tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
osdlyrics: 0.5.14 -> 0.5.15
PedroHLC ☭
2 years ago
26aecf92
7c33cd6b
+3
-4
1 changed file
expand all
collapse all
unified
split
pkgs
applications
audio
osdlyrics
default.nix
+3
-4
pkgs/applications/audio/osdlyrics/default.nix
···
17
18
stdenv.mkDerivation rec {
19
pname = "osdlyrics";
20
-
version = "0.5.14";
21
22
src = fetchFromGitHub {
23
owner = "osdlyrics";
24
repo = "osdlyrics";
25
rev = version;
26
-
sha256 = "sha256-NVUQLmddXnpryt1AuHSwgPnWkgxWMBNJac09TJ12Yzo=";
27
};
28
29
nativeBuildInputs = [
···
42
(python3.withPackages (pp: with pp; [
43
chardet
44
dbus-python
45
-
future
46
pycurl
47
pygobject3
48
]))
···
81
description = "Standalone lyrics fetcher/displayer";
82
homepage = "https://github.com/osdlyrics/osdlyrics";
83
license = licenses.gpl3Plus;
84
-
maintainers = with maintainers; [ ];
85
platforms = platforms.linux;
86
};
87
}
···
17
18
stdenv.mkDerivation rec {
19
pname = "osdlyrics";
20
+
version = "0.5.15";
21
22
src = fetchFromGitHub {
23
owner = "osdlyrics";
24
repo = "osdlyrics";
25
rev = version;
26
+
hash = "sha256-4jEF1LdMwaLNF6zvzAuGW8Iu4dzhrFLutX69LwSjTAI=";
27
};
28
29
nativeBuildInputs = [
···
42
(python3.withPackages (pp: with pp; [
43
chardet
44
dbus-python
0
45
pycurl
46
pygobject3
47
]))
···
80
description = "Standalone lyrics fetcher/displayer";
81
homepage = "https://github.com/osdlyrics/osdlyrics";
82
license = licenses.gpl3Plus;
83
+
maintainers = with maintainers; [];
84
platforms = platforms.linux;
85
};
86
}