Merge pull request #101910 from omasanori/mrsh/update-2020-07-27

mrsh: 2020-01-08 -> 2020-07-27 etc.
This commit is contained in:
Kevin Cox 2020-11-02 15:42:05 -05:00 committed by GitHub
commit 22409c8006
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,23 +2,26 @@
stdenv.mkDerivation rec {
pname = "mrsh";
version = "2020-01-08";
version = "2020-07-27";
src = fetchFromGitHub {
owner = "emersion";
repo = "mrsh";
rev = "ef21854fc9ce172fb1f7f580b19a89d030d67c65";
sha256 = "1iyxmwl61p2x9v9b22416n4lnrlwjqyxybq35x8bcbjxkwypp943";
rev = "0da902c0ee6f443fe703498e60f266af7f12537e";
sha256 = "1yr09ln5p1s48aj8xv2d6dy0pahqvd86fkiwyc6zrjfq80igxf05";
};
nativeBuildInputs = [ meson ninja pkgconfig ];
buildInputs = [ readline ];
doCheck = true;
meta = with stdenv.lib; {
description = "A minimal POSIX shell";
homepage = "https://mrsh.sh";
license = licenses.mit;
maintainers = with maintainers; [ matthiasbeyer ];
platforms = platforms.unix;
broken = stdenv.isDarwin;
};
}