Skip to content

Commit

Permalink
zsh: 5.3 -> 5.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pSub committed Dec 21, 2016
1 parent ea46420 commit 2cfe735
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/shells/zsh/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -16,7 +16,7 @@ stdenv.mkDerivation {

src = fetchurl {
url = "mirror://sourceforge/zsh/zsh-${version}.tar.gz";
sha256 = "0vcsgc1ymqhq0acklhlq5skgj27z597x2a7nx5g3j6q4jvx778hx";
sha256 = "03h42gjqx7yb7qggi7ha0ndsggnnav1qm9vx737jwmiwzy8ab51x";
};

buildInputs = [ ncurses pcre ];
Expand Down

0 comments on commit 2cfe735

Please sign in to comment.