theme-vertex: 20161009 -> 20170128

This commit is contained in:
Robert Helgesson 2017-01-30 16:30:06 +01:00
parent 7f7faab009
commit 89150d3377
No known key found for this signature in database
GPG key ID: C3DB11069E65DC86

View file

@ -3,13 +3,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "${pname}-${version}"; name = "${pname}-${version}";
pname = "theme-vertex"; pname = "theme-vertex";
version = "20161009"; version = "20170128";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "horst3180"; owner = "horst3180";
repo = "vertex-theme"; repo = "vertex-theme";
rev = "c861918a7fccf6d0768d45d790a19a13bb23485e"; rev = version;
sha256 = "13abgl18m04sj44gqipxbagpan4jqral65w59rgnhb6ldxgnhg33"; sha256 = "0c9mhrs95ahz37djrv176vn41ywvj26ilwmnr1h9171giv6hid98";
}; };
nativeBuildInputs = [ autoreconfHook pkgconfig ]; nativeBuildInputs = [ autoreconfHook pkgconfig ];