gnomeExtensions.caffeine: 33 -> 2020-03-13

This commit is contained in:
worldofpeace 2020-03-23 13:22:54 -04:00 committed by Jan Tojnar
parent 687254fe2a
commit 5e98740af0
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

@ -1,14 +1,14 @@
{ stdenv, fetchFromGitHub, glib, gettext, bash, gnome3 }:
stdenv.mkDerivation rec {
pname = "gnome-shell-extension-caffeine";
version = "33";
pname = "gnome-shell-extension-caffeine-unstable";
version = "2020-03-13";
src = fetchFromGitHub {
owner = "eonpatapon";
repo = "gnome-shell-extension-caffeine";
rev = "v${version}";
sha256 = "1v74xfk7csgc4kw1fg75brmhk2aby3d453ksnmj4k8ivyxkzxmfg";
rev = "f25fa5cd586271f080c2304d0ad1273b55e864f5";
sha256 = "12a76g1ydw677pjnj00r3vw31k4xybc63ynqzx3s4g0wi6lipng7";
};
uuid = "caffeine@patapon.info";
@ -31,6 +31,6 @@ stdenv.mkDerivation rec {
description = "Fill the cup to inhibit auto suspend and screensaver";
license = licenses.gpl2;
maintainers = with maintainers; [ eperuffo ];
homepage = https://github.com/eonpatapon/gnome-shell-extension-caffeine;
homepage = "https://github.com/eonpatapon/gnome-shell-extension-caffeine";
};
}