zsh: 5.8.1 -> 5.9 && add artturin to maintainers

This commit is contained in:
Artturin 2022-05-26 04:18:43 +03:00
parent c8f971681e
commit 19dd92369e

View File

@ -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;
};