gnomeExtensions.caffeine: 33 -> 2020-03-13
This commit is contained in:
parent
687254fe2a
commit
5e98740af0
@ -1,14 +1,14 @@
|
|||||||
{ stdenv, fetchFromGitHub, glib, gettext, bash, gnome3 }:
|
{ stdenv, fetchFromGitHub, glib, gettext, bash, gnome3 }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "gnome-shell-extension-caffeine";
|
pname = "gnome-shell-extension-caffeine-unstable";
|
||||||
version = "33";
|
version = "2020-03-13";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "eonpatapon";
|
owner = "eonpatapon";
|
||||||
repo = "gnome-shell-extension-caffeine";
|
repo = "gnome-shell-extension-caffeine";
|
||||||
rev = "v${version}";
|
rev = "f25fa5cd586271f080c2304d0ad1273b55e864f5";
|
||||||
sha256 = "1v74xfk7csgc4kw1fg75brmhk2aby3d453ksnmj4k8ivyxkzxmfg";
|
sha256 = "12a76g1ydw677pjnj00r3vw31k4xybc63ynqzx3s4g0wi6lipng7";
|
||||||
};
|
};
|
||||||
|
|
||||||
uuid = "caffeine@patapon.info";
|
uuid = "caffeine@patapon.info";
|
||||||
@ -31,6 +31,6 @@ stdenv.mkDerivation rec {
|
|||||||
description = "Fill the cup to inhibit auto suspend and screensaver";
|
description = "Fill the cup to inhibit auto suspend and screensaver";
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
maintainers = with maintainers; [ eperuffo ];
|
maintainers = with maintainers; [ eperuffo ];
|
||||||
homepage = https://github.com/eonpatapon/gnome-shell-extension-caffeine;
|
homepage = "https://github.com/eonpatapon/gnome-shell-extension-caffeine";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user