getoptions: 3.3.0 -> 3.3.1

This commit is contained in:
Sebastián Mancilla 2024-08-13 23:21:16 -04:00
parent edfe9ad10a
commit 9a5fbb6978

View File

@ -2,13 +2,13 @@
stdenvNoCC.mkDerivation rec { stdenvNoCC.mkDerivation rec {
pname = "getoptions"; pname = "getoptions";
version = "3.3.0"; version = "3.3.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "ko1nksm"; owner = "ko1nksm";
repo = "getoptions"; repo = "getoptions";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-kUQ0dPjPr/A/btgFQu13ZLklnI284Ij74hCYbGgzF3A="; hash = "sha256-HHxImHMT5862ysI+1QGkzaA21YsrUUUOH2LwAkVBPf0=";
}; };
makeFlags = [ "PREFIX=${placeholder "out"}" ]; makeFlags = [ "PREFIX=${placeholder "out"}" ];
@ -27,7 +27,7 @@ stdenvNoCC.mkDerivation rec {
sed -i "/shellspec -s 'busybox ash'/d" Makefile sed -i "/shellspec -s 'busybox ash'/d" Makefile
''; '';
checkTarget = "testall"; checkTarget = "test_in_various_shells";
meta = with lib; { meta = with lib; {
description = "Elegant option/argument parser for shell scripts (full support for bash and all POSIX shells)"; description = "Elegant option/argument parser for shell scripts (full support for bash and all POSIX shells)";