mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
theme-vertex: 20161009 -> 20170128
This commit is contained in:
parent
7f7faab009
commit
89150d3377
1 changed files with 3 additions and 3 deletions
|
@ -3,13 +3,13 @@
|
|||
stdenv.mkDerivation rec {
|
||||
name = "${pname}-${version}";
|
||||
pname = "theme-vertex";
|
||||
version = "20161009";
|
||||
version = "20170128";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "horst3180";
|
||||
repo = "vertex-theme";
|
||||
rev = "c861918a7fccf6d0768d45d790a19a13bb23485e";
|
||||
sha256 = "13abgl18m04sj44gqipxbagpan4jqral65w59rgnhb6ldxgnhg33";
|
||||
rev = version;
|
||||
sha256 = "0c9mhrs95ahz37djrv176vn41ywvj26ilwmnr1h9171giv6hid98";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ autoreconfHook pkgconfig ];
|
||||
|
|
Loading…
Reference in a new issue