about summary refs log tree commit diff
path: root/pkgs/misc/themes
diff options
context:
space:
mode:
authorRobert Helgesson <robert@rycee.net>2016-04-22 22:07:35 +0200
committerRobert Helgesson <robert@rycee.net>2016-04-22 22:08:26 +0200
commit6ec9d2119438bf82fd538311436651a19c268522 (patch)
tree257099191acc013e58f168dec326d2ea97101d12 /pkgs/misc/themes
parentf523611028b7fe081eb140d41258bb93226d6730 (diff)
downloadnixlib-6ec9d2119438bf82fd538311436651a19c268522.tar
nixlib-6ec9d2119438bf82fd538311436651a19c268522.tar.gz
nixlib-6ec9d2119438bf82fd538311436651a19c268522.tar.bz2
nixlib-6ec9d2119438bf82fd538311436651a19c268522.tar.lz
nixlib-6ec9d2119438bf82fd538311436651a19c268522.tar.xz
nixlib-6ec9d2119438bf82fd538311436651a19c268522.tar.zst
nixlib-6ec9d2119438bf82fd538311436651a19c268522.zip
theme-vertex: 20150923 -> 20160329
Diffstat (limited to 'pkgs/misc/themes')
-rw-r--r--pkgs/misc/themes/vertex/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/misc/themes/vertex/default.nix b/pkgs/misc/themes/vertex/default.nix
index ea79426d47e4..7c6778a40d54 100644
--- a/pkgs/misc/themes/vertex/default.nix
+++ b/pkgs/misc/themes/vertex/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   name = "theme-vertex-${version}";
-  version = "20150923";
+  version = "20160329";
 
   src = fetchFromGitHub {
     owner = "horst3180";
     repo = "Vertex-theme";
     rev = version;
-    sha256 = "0jsdnrw7sgrb7s4byv80y9c782gd6vbq0xsrrhwkflfnxcldvz4r";
+    sha256 = "1zafnbxn9hgi4lmi254iw9jyhifcqijxa7cymwjpyy0jfa6sm1qj";
   };
 
   buildInputs = [ autoreconfHook gtk3 pkgconfig ];