gnomeExtensions.topicons-plus: 20 -> 21

This commit is contained in:
Jan Tojnar 2017-11-09 13:26:13 +01:00
parent eac4e05e89
commit ce6cc6e229
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

@ -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 = "20"; version = "21";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "phocean"; owner = "phocean";
repo = "TopIcons-plus"; repo = "TopIcons-plus";
rev = "01535328bd43ecb3f2c71376de6fc8d1d8a88577"; rev = "v${version}";
sha256 = "0pwpg72ihgj2jl9pg63y0hibdsl27srr3mab881w0gh17vwyixzi"; sha256 = "15p61krd7lcmgr1d4s2ydfjy3pyq79pq5100xzy6dln1538901m3";
}; };
buildInputs = [ glib ]; buildInputs = [ glib ];