mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
theme-vertex: 20150718 -> 20150923
This commit is contained in:
parent
4c7ef76862
commit
1c1b812e74
@ -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 ];
|
||||||
|
Loading…
Reference in New Issue
Block a user