Skip to content

Commit f4d163a

Browse files
committedNov 27, 2016
zsh-navigation-tools: 2.1.16 -> 2.2.7
1 parent 5cde30d commit f4d163a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

Diff for: ‎pkgs/tools/misc/zsh-navigation-tools/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
stdenv.mkDerivation rec {
44
name = "zsh-navigation-tools-${version}";
5-
version = "2.1.16";
5+
version = "2.2.7";
66

77
src = fetchFromGitHub {
88
owner = "psprint";
99
repo = "zsh-navigation-tools";
1010
rev = "v${version}";
11-
sha256 = "1ccb4f5md8wn60mymk91y2p4fq9f666bc5zc9xwx1q2wra8j4yf5";
11+
sha256 = "0c4kb19aprb868xnlyq8h1nd2d32r0zkrqblsrzvg7m9gx8vqps8";
1212
};
1313

1414
dontBuild = true;

0 commit comments

Comments
 (0)