Skip to content

Commit

Permalink
theme-vertex: 20161009 -> 20170128
Browse files Browse the repository at this point in the history
  • Loading branch information
rycee committed Jan 30, 2017
1 parent 7f7faab commit 89150d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/misc/themes/vertex/default.nix
Expand Up @@ -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 ];
Expand Down

0 comments on commit 89150d3

Please sign in to comment.