gnomeExtensions.topicons-plus: 21 -> 22
This commit is contained in:
parent
e12009f390
commit
e8ef485246
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "gnome-shell-extension-topicons-plus-${version}";
|
name = "gnome-shell-extension-topicons-plus-${version}";
|
||||||
version = "21";
|
version = "22";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "phocean";
|
owner = "phocean";
|
||||||
repo = "TopIcons-plus";
|
repo = "TopIcons-plus";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "15p61krd7lcmgr1d4s2ydfjy3pyq79pq5100xzy6dln1538901m3";
|
sha256 = "196s1gdir52gbc444pzrb5l7gn5xr5vqk5ajqaiqryqlmp3i8vil";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ glib ];
|
buildInputs = [ glib ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user