Skip to content

Commit

Permalink
Merge pull request #25003 from romildo/upd.greybird
Browse files Browse the repository at this point in the history
greybird: 2017-02-26 -> 3.22.3
  • Loading branch information
Mic92 committed Apr 19, 2017
2 parents 96260d6 + ca3d37f commit 6bbc025
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/misc/themes/greybird/default.nix
Expand Up @@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
name = "${pname}-${version}";
pname = "greybird";
version = "2017-02-26";
version = "3.22.3";

src = fetchFromGitHub {
owner = "shimmerproject";
repo = "${pname}";
rev = "66c222c25c43603e73d3521e0e91ffb268214229";
sha256 = "1q0nc02d7kwaxjb8d2rvwc3yf3v46r44zsighwjnmczpw7y3j6h8";
rev = "v${version}";
sha256 = "0hz8q2sf2kcxixzw088rny6zmhfls5z49zlhm8m9013wph799a8c";
};

nativeBuildInputs = [ autoreconfHook sass glib libxml2 gdk_pixbuf librsvg ];
Expand Down

0 comments on commit 6bbc025

Please sign in to comment.