getoptions: 3.3.1 -> 3.3.2

This commit is contained in:
R. Ryantm 2024-08-18 14:00:05 +00:00
parent 625941e1a9
commit 5e7780a26e

View File

@ -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"}" ];