Commit 9a5fbb69 authored by Sebastián Mancilla's avatar Sebastián Mancilla
Browse files

getoptions: 3.3.0 -> 3.3.1

parent edfe9ad1
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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)";