3
0
Fork 0
forked from mirrors/nixpkgs

gnomeExtensions.topicons-plus: 21 -> 22

This commit is contained in:
Elis Hirwing 2018-12-12 14:39:50 +01:00
parent e12009f390
commit e8ef485246
No known key found for this signature in database
GPG key ID: D57EFA625C9A925F

View file

@ -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 ];