1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-20 12:42:24 +00:00

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 {
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 ];