gnomeExtensions.caffeine: 37 -> 38

This commit is contained in:
Ryan Horiguchi 2021-05-14 01:59:07 +02:00
parent 78632afef9
commit 1fe7bef84e
No known key found for this signature in database
GPG key ID: CA7EE98D45A1132A

View file

@ -1,14 +1,14 @@
{ lib, stdenv, fetchFromGitHub, glib, gettext, bash, gnome }: { lib, stdenv, fetchFromGitHub, glib, gettext, bash }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "gnome-shell-extension-caffeine"; pname = "gnome-shell-extension-caffeine";
version = "37"; version = "38";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "eonpatapon"; owner = "eonpatapon";
repo = "gnome-shell-extension-caffeine"; repo = "gnome-shell-extension-caffeine";
rev = "v${version}"; rev = "v${version}";
sha256 = "1mpa0fbpmv3pblb20dxj8iykn4ayvx89qffpcs67bzlq597zsbkb"; sha256 = "0dyagnjmk91h96xr98mc177c473bqpxcv86qf6g3kyh3arwa9shs";
}; };
uuid = "caffeine@patapon.info"; uuid = "caffeine@patapon.info";
@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
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.gpl2Only;
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";
}; };