Merge pull request #106254 from rmcgibbo/caffeine

gnomeExtensions.caffeine: 2020-03-13 -> 37
This commit is contained in:
Sandro 2020-12-08 05:13:02 +01:00 committed by GitHub
commit 224023d4e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,14 +1,14 @@
{ stdenv, fetchFromGitHub, glib, gettext, bash, gnome3 }:
stdenv.mkDerivation rec {
pname = "gnome-shell-extension-caffeine-unstable";
version = "2020-03-13";
pname = "gnome-shell-extension-caffeine";
version = "37";
src = fetchFromGitHub {
owner = "eonpatapon";
repo = "gnome-shell-extension-caffeine";
rev = "f25fa5cd586271f080c2304d0ad1273b55e864f5";
sha256 = "12a76g1ydw677pjnj00r3vw31k4xybc63ynqzx3s4g0wi6lipng7";
rev = "v${version}";
sha256 = "1mpa0fbpmv3pblb20dxj8iykn4ayvx89qffpcs67bzlq597zsbkb";
};
uuid = "caffeine@patapon.info";