theme-vertex: 20150923 -> 20160329

This commit is contained in:
Robert Helgesson 2016-04-22 22:07:35 +02:00
parent f523611028
commit 6ec9d21194

View File

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