getoptions: 3.3.1 -> 3.3.2 (#335616)

This commit is contained in:
Johannes Jöns 2024-09-01 12:23:31 +00:00 committed by GitHub
commit d5306afc31
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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