mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 10:07:46 +00:00
getoptions: 3.3.1 -> 3.3.2
This commit is contained in:
parent
625941e1a9
commit
5e7780a26e
@ -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"}" ];
|
||||
|
Loading…
Reference in New Issue
Block a user