gnomeExtensions.appindicator: 30 -> 32 (#81309)

This commit is contained in:
R. RyanTM 2020-03-03 11:22:38 -08:00 committed by GitHub
parent 1bb8a2baaf
commit e88113846c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "gnome-shell-extension-appindicator";
version = "30";
version = "32";
src = fetchFromGitHub {
owner = "Ubuntu";
repo = "gnome-shell-extension-appindicator";
rev = "v${version}";
sha256 = "1fjhx23jqwv3d0smwhnjvc35gqhwk9p5f96ic22pfax653cn5vh8";
sha256 = "1qv9ll4iwkinwk5mf2jppj4fbk8rfncix6q4hhrwnqmhmsbiz6n2";
};
# This package has a Makefile, but it's used for building a zip for
@ -29,6 +29,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl2Plus;
maintainers = with maintainers; [ jonafato ];
platforms = gnome3.gnome-shell.meta.platforms;
homepage = https://github.com/Ubuntu/gnome-shell-extension-appindicator;
homepage = "https://github.com/Ubuntu/gnome-shell-extension-appindicator";
};
}