Skip to content

Commit

Permalink
Merge pull request #55151 from dtzWill/update/zsh-5.7.1
Browse files Browse the repository at this point in the history
zsh: 5.7 -> 5.7.1
  • Loading branch information
pSub committed Feb 4, 2019
2 parents 2ba8917 + bcea7dd commit 3bd7a3b
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions pkgs/shells/zsh/default.nix
@@ -1,11 +1,11 @@
{ stdenv, fetchurl, ncurses, pcre, fetchpatch }:

let
version = "5.7";
version = "5.7.1";

documentation = fetchurl {
url = "mirror://sourceforge/zsh/zsh-${version}-doc.tar.xz";
sha256 = "0pgisyi82pg5mycx1k7vfx9hwzl6zq00r5s9v91lg4gqisvlvagh";
sha256 = "1d1r88n1gfdavx4zy3svl1gljrvzim17jb2r834hafg2a016flrh";
};

in
Expand All @@ -15,18 +15,9 @@ stdenv.mkDerivation {

src = fetchurl {
url = "mirror://sourceforge/zsh/zsh-${version}.tar.xz";
sha256 = "04ynid3ggvy6i5c26bk52mq6x5vyrdwgryid9hggmnb1nf8b41vq";
sha256 = "1s3yww0mzgvpc48kp0x868mm3gbna42sbgzya0nknj0x5hn2jq3j";
};

patches = [
(fetchpatch {
name = "vcs_info.patch";
url = "https://git.archlinux.org/svntogit/packages.git/plain/trunk/vcs_info.patch?h=packages/zsh&id=1b7537ff5343819b3110a76bbdd2a1bf9ef80c4a";
sha256 = "0rc63cdc0qzhmj2dp5jnmxgyl5c47w857s8379fq36z8g0bi3rwq";
excludes = [ "ChangeLog" ];
})
];

buildInputs = [ ncurses pcre ];

configureFlags = [
Expand Down

0 comments on commit 3bd7a3b

Please sign in to comment.