gnomeExtensions.appindicator: 28 -> 29
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/gnome-shell-extension-appindicator/versions
This commit is contained in:
parent
5b4b6b6c24
commit
f3ad4381ba
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue