kin-openapi: 0.130.0 -> 0.131.0

This commit is contained in:
R. Ryantm
2025-03-25 09:45:15 +00:00
parent 7b2e6ee513
commit 92bab96fa2
+2 -2
View File
@@ -5,14 +5,14 @@
}:
buildGoModule rec {
pname = "kin-openapi";
version = "0.130.0";
version = "0.131.0";
vendorHash = "sha256-VtN2dOJEBAS7khjn2GlvMspFvd7SgMqNWBte3gwbWng=";
src = fetchFromGitHub {
owner = "getkin";
repo = "kin-openapi";
tag = "v${version}";
hash = "sha256-e8oSnd3CJex+7hCI+hvptYnubIRLybKWh1ydMlHgJok=";
hash = "sha256-SHBxn9TXCoGIkzhVnWbMkgTd1XmGerM5IL9t/hkcmGk=";
};
checkFlags =