Merge pull request #18606 from romildo/upd.greybird

Greybird: 2016-08-16 -> 2016-09-13

authored by

Joachim F and committed by
GitHub
fa787da3 bca7b782

+6 -6
+6 -6
pkgs/misc/themes/greybird/default.nix
··· 1 1 { stdenv, fetchFromGitHub, autoreconfHook, sass, glib, libxml2, gdk_pixbuf, librsvg, gtk-engine-murrine }: 2 2 3 3 stdenv.mkDerivation rec { 4 + name = "${pname}-${version}"; 4 5 pname = "Greybird"; 5 - version = "2016-08-16"; 6 - name = "${pname}-${version}"; 6 + version = "2016-09-13"; 7 7 8 8 src = fetchFromGitHub { 9 9 repo = "${pname}"; 10 10 owner = "shimmerproject"; 11 - rev = "fcaa400df68b1a29bb9dc8eb9c772a241f17c9ea"; 12 - sha256 = "02f2zlkhi2als39ajq3v91iik708g5a9iyl3cvd65n80gr4jifmr"; 11 + rev = "1942afc8732f904a1139fd41d7afd74263b87887"; 12 + sha256 = "0qawc7rx5s3mnk5awvlbp6k5m9aj5krb1lasmgl2cb9fk09khf2v"; 13 13 }; 14 14 15 15 nativeBuildInputs = [ autoreconfHook sass glib libxml2 gdk_pixbuf librsvg ]; ··· 18 18 19 19 meta = { 20 20 description = "Grey and blue theme (Gtk, Xfce, Emerald, Metacity, Mutter, Unity)"; 21 - homepage = http://shimmerproject.org/our-projects/greybird/; 21 + homepage = https://github.com/shimmerproject/Greybird; 22 22 license = with stdenv.lib.licenses; [ gpl2Plus cc-by-nc-sa-30 ]; 23 - maintainers = [ stdenv.lib.maintainers.romildo ]; 24 23 platforms = stdenv.lib.platforms.linux; 24 + maintainers = [ stdenv.lib.maintainers.romildo ]; 25 25 }; 26 26 }