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:
parent
f523611028
commit
6ec9d21194
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue