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