summaryrefslogtreecommitdiffstats
path: root/pkgs/shells
diff options
context:
space:
mode:
authorPascal Wittmann <mail@pascal-wittmann.de>2016-12-21 21:21:59 +0100
committerPascal Wittmann <mail@pascal-wittmann.de>2016-12-21 21:21:59 +0100
commit2cfe735d1aa9179561c200486fba285f967ff10b (patch)
treec3585b135976efdbcae6a3e73fb1b5a5482ee159 /pkgs/shells
parentea46420fc0f099e7fb73c6594a8340544c3ae4a5 (diff)
zsh: 5.3 -> 5.3.1
Diffstat (limited to 'pkgs/shells')
-rw-r--r--pkgs/shells/zsh/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/shells/zsh/default.nix b/pkgs/shells/zsh/default.nix
index 537df67d4478..c48140462002 100644
--- a/pkgs/shells/zsh/default.nix
+++ b/pkgs/shells/zsh/default.nix
@@ -2,11 +2,11 @@
let
- version = "5.3";
+ version = "5.3.1";
documentation = fetchurl {
url = "mirror://sourceforge/zsh/zsh-${version}-doc.tar.gz";
- sha256 = "0cvkdw7x6i4m2brc9aakw8d3bmp6baziv72amlq9jd65r421bq88";
+ sha256 = "0hbqn1zg3x5i9klqfzhizk88jzy8pkg65r9k41b3cn42lg3ncsy1";
};
in
@@ -16,7 +16,7 @@ stdenv.mkDerivation {
src = fetchurl {
url = "mirror://sourceforge/zsh/zsh-${version}.tar.gz";
- sha256 = "0vcsgc1ymqhq0acklhlq5skgj27z597x2a7nx5g3j6q4jvx778hx";
+ sha256 = "03h42gjqx7yb7qggi7ha0ndsggnnav1qm9vx737jwmiwzy8ab51x";
};
buildInputs = [ ncurses pcre ];