Merge pull request #64034 from r-ryantm/auto-update/gnome-shell-extension-appindicator

gnomeExtensions.appindicator: 28 -> 29
This commit is contained in:
Ryan Mulligan 2019-07-01 20:49:52 -07:00 committed by GitHub
commit cb5c3e622e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "gnome-shell-extension-appindicator-${version}"; name = "gnome-shell-extension-appindicator-${version}";
version = "28"; version = "29";
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 = "03sgb2xkb4lzp8pbb7g56q29y1r764qzpc0j4d4m1gi0sb39sxrl"; sha256 = "02cr6rhi3dfk49jcjm6vh7yx117bv5wqyvd34cyv1kzwzsla8v2i";
}; };
# 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