summaryrefslogtreecommitdiffstats
path: root/pkgs/misc
diff options
context:
space:
mode:
authorromildo <malaquias@gmail.com>2017-02-24 06:22:42 -0300
committerromildo <malaquias@gmail.com>2017-02-24 06:22:42 -0300
commite27a7a36860cd725fb4ede9c2b4edd3e0f43b9a6 (patch)
treed64453cdda2d7cd3db98969a6b85888d60ecea20 /pkgs/misc
parent3af06724fa35655809df53b76c4449ef839a8498 (diff)
greybird: 2016-11-15 -> 2017-02-17
Diffstat (limited to 'pkgs/misc')
-rw-r--r--pkgs/misc/themes/greybird/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/misc/themes/greybird/default.nix b/pkgs/misc/themes/greybird/default.nix
index 43e5a3210f57..634ea743e322 100644
--- a/pkgs/misc/themes/greybird/default.nix
+++ b/pkgs/misc/themes/greybird/default.nix
@@ -2,14 +2,14 @@
stdenv.mkDerivation rec {
name = "${pname}-${version}";
- pname = "Greybird";
- version = "2016-11-15";
+ pname = "greybird";
+ version = "2017-02-17";
src = fetchFromGitHub {
owner = "shimmerproject";
repo = "${pname}";
- rev = "0a0853fa1de7545392f32aff33d95a8a1f6dca9e";
- sha256 = "0i9yvd265783pqij6rjh7pllw0l28v975mrahykcwvn9chq8rrqf";
+ rev = "46afa0f1566207c07ce15633d3a4ca12075afcb7";
+ sha256 = "0sxpj8k0dlgh1k1w1hnpy94rvh7h6mj9vrhldmhc128kncdcxk3j";
};
nativeBuildInputs = [ autoreconfHook sass glib libxml2 gdk_pixbuf librsvg ];