gnomeExtensions.appindicator: 34 -> 35

This commit is contained in:
R. RyanTM 2021-03-18 07:47:50 +00:00
parent 5b3290333a
commit f380c1805a

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "gnome-shell-extension-appindicator"; pname = "gnome-shell-extension-appindicator";
version = "34"; version = "35";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Ubuntu"; owner = "Ubuntu";
repo = "gnome-shell-extension-appindicator"; repo = "gnome-shell-extension-appindicator";
rev = "v${version}"; rev = "v${version}";
sha256 = "0p9sk8cv2z242d5783gx2m4l1x9vg5fy1a7yr1wcfshvajlrj23m"; sha256 = "sha256-xVoXVVEULZZnoYEXl1x96Tjs8hOvs9/sOAUVMj9kKCo=";
}; };
# This package has a Makefile, but it's used for building a zip for # This package has a Makefile, but it's used for building a zip for