Merge pull request #117830 from rhoriguchi/gnomeExtensions.appindicator
gnomeExtensions.appindicator: 35 -> 36
This commit is contained in:
commit
74c99bb17a
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "gnome-shell-extension-appindicator";
|
pname = "gnome-shell-extension-appindicator";
|
||||||
version = "35";
|
version = "36";
|
||||||
|
|
||||||
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 = "sha256-xVoXVVEULZZnoYEXl1x96Tjs8hOvs9/sOAUVMj9kKCo=";
|
sha256 = "1nx1lgrrp3w5z5hymb91frjdvdkk7x677my5v4jjd330ihqa02dq";
|
||||||
};
|
};
|
||||||
|
|
||||||
# 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
Block a user