mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-19 18:44:13 +00:00
Merge pull request #334529 from smancill/update-getoptions
getoptions: 3.3.0 -> 3.3.1
This commit is contained in:
commit
bb16119a4a
@ -2,13 +2,13 @@
|
||||
|
||||
stdenvNoCC.mkDerivation rec {
|
||||
pname = "getoptions";
|
||||
version = "3.3.0";
|
||||
version = "3.3.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "ko1nksm";
|
||||
repo = "getoptions";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-kUQ0dPjPr/A/btgFQu13ZLklnI284Ij74hCYbGgzF3A=";
|
||||
hash = "sha256-HHxImHMT5862ysI+1QGkzaA21YsrUUUOH2LwAkVBPf0=";
|
||||
};
|
||||
|
||||
makeFlags = [ "PREFIX=${placeholder "out"}" ];
|
||||
@ -27,7 +27,7 @@ stdenvNoCC.mkDerivation rec {
|
||||
sed -i "/shellspec -s 'busybox ash'/d" Makefile
|
||||
'';
|
||||
|
||||
checkTarget = "testall";
|
||||
checkTarget = "test_in_various_shells";
|
||||
|
||||
meta = with lib; {
|
||||
description = "Elegant option/argument parser for shell scripts (full support for bash and all POSIX shells)";
|
||||
|
Loading…
Reference in New Issue
Block a user