zsh-navigation-tools: 2.1.16 -> 2.2.7

This commit is contained in:
Pascal Wittmann 2016-11-27 15:48:40 +01:00
parent 5cde30d8d9
commit f4d163aab7
No known key found for this signature in database
GPG Key ID: C899ACE7E2322852

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "zsh-navigation-tools-${version}"; name = "zsh-navigation-tools-${version}";
version = "2.1.16"; version = "2.2.7";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "psprint"; owner = "psprint";
repo = "zsh-navigation-tools"; repo = "zsh-navigation-tools";
rev = "v${version}"; rev = "v${version}";
sha256 = "1ccb4f5md8wn60mymk91y2p4fq9f666bc5zc9xwx1q2wra8j4yf5"; sha256 = "0c4kb19aprb868xnlyq8h1nd2d32r0zkrqblsrzvg7m9gx8vqps8";
}; };
dontBuild = true; dontBuild = true;