Merge pull request #106254 from rmcgibbo/caffeine
gnomeExtensions.caffeine: 2020-03-13 -> 37
This commit is contained in:
commit
224023d4e7
@ -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-unstable";
|
pname = "gnome-shell-extension-caffeine";
|
||||||
version = "2020-03-13";
|
version = "37";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "eonpatapon";
|
owner = "eonpatapon";
|
||||||
repo = "gnome-shell-extension-caffeine";
|
repo = "gnome-shell-extension-caffeine";
|
||||||
rev = "f25fa5cd586271f080c2304d0ad1273b55e864f5";
|
rev = "v${version}";
|
||||||
sha256 = "12a76g1ydw677pjnj00r3vw31k4xybc63ynqzx3s4g0wi6lipng7";
|
sha256 = "1mpa0fbpmv3pblb20dxj8iykn4ayvx89qffpcs67bzlq597zsbkb";
|
||||||
};
|
};
|
||||||
|
|
||||||
uuid = "caffeine@patapon.info";
|
uuid = "caffeine@patapon.info";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user