mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
zsh: 5.8.1 -> 5.9 && add artturin to maintainers
This commit is contained in:
parent
c8f971681e
commit
19dd92369e
@ -13,7 +13,7 @@
|
||||
, buildPackages }:
|
||||
|
||||
let
|
||||
version = "5.8.1";
|
||||
version = "5.9";
|
||||
in
|
||||
|
||||
stdenv.mkDerivation {
|
||||
@ -22,7 +22,7 @@ stdenv.mkDerivation {
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/zsh/zsh-${version}.tar.xz";
|
||||
sha256 = "sha256-tpc1ILrOYAtHeSACabHl155fUFrElSBYwRrVu/DdmRk=";
|
||||
sha256 = "sha256-m40ezt1bXoH78ZGOh2dSp92UjgXBoNuhCrhjhC1FrNU=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
@ -97,7 +97,7 @@ EOF
|
||||
'';
|
||||
license = "MIT-like";
|
||||
homepage = "https://www.zsh.org/";
|
||||
maintainers = with lib.maintainers; [ pSub ];
|
||||
maintainers = with lib.maintainers; [ pSub artturin ];
|
||||
platforms = lib.platforms.unix;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user