Loading pkgs/tools/misc/getoptions/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -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"}" ]; Loading @@ -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 Loading
pkgs/tools/misc/getoptions/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -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"}" ]; Loading @@ -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