theme-vertex: 20150718 -> 20150923

This commit is contained in:
Robert Helgesson 2015-10-10 13:42:08 +02:00
parent 4c7ef76862
commit 1c1b812e74

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "theme-vertex-${version}"; name = "theme-vertex-${version}";
version = "20150718"; version = "20150923";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "horst3180"; owner = "horst3180";
repo = "Vertex-theme"; repo = "Vertex-theme";
rev = version; rev = version;
sha256 = "19mmybfkx3mrbm9vr78c7xiyazmyzji1n6669466svjr3jy87546"; sha256 = "0jsdnrw7sgrb7s4byv80y9c782gd6vbq0xsrrhwkflfnxcldvz4r";
}; };
buildInputs = [ autoreconfHook gtk3 pkgconfig ]; buildInputs = [ autoreconfHook gtk3 pkgconfig ];