Skip to content

Commit

Permalink
getoptions: 3.3.1 -> 3.3.2 (NixOS#335616)
Browse files Browse the repository at this point in the history
  • Loading branch information
jopejoe1 authored Sep 1, 2024
2 parents 1db076d + 5e7780a commit d5306af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/misc/getoptions/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

stdenvNoCC.mkDerivation rec {
pname = "getoptions";
version = "3.3.1";
version = "3.3.2";

src = fetchFromGitHub {
owner = "ko1nksm";
repo = "getoptions";
rev = "v${version}";
hash = "sha256-HHxImHMT5862ysI+1QGkzaA21YsrUUUOH2LwAkVBPf0=";
hash = "sha256-hapOGPibqt2Mm6k73v63gHxrX+lifZ8xcwzj8vWbtgo=";
};

makeFlags = [ "PREFIX=${placeholder "out"}" ];
Expand Down

0 comments on commit d5306af

Please sign in to comment.