We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce52a4d commit e7fbec8Copy full SHA for e7fbec8
pkgs/by-name/ki/kin-openapi/package.nix
@@ -5,14 +5,14 @@
5
}:
6
buildGoModule rec {
7
pname = "kin-openapi";
8
- version = "0.129.0";
9
- vendorHash = "sha256-/pXC1YHqbeM6skwTQZ9ZPjroIC6XYq5/A1riWWJFaYY=";
+ version = "0.130.0";
+ vendorHash = "sha256-VtN2dOJEBAS7khjn2GlvMspFvd7SgMqNWBte3gwbWng=";
10
11
src = fetchFromGitHub {
12
owner = "getkin";
13
repo = "kin-openapi";
14
tag = "v${version}";
15
- hash = "sha256-eYAsKklrIJanXbA5NZdX2utLWK66h1MQtKBuzMMaXSQ=";
+ hash = "sha256-e8oSnd3CJex+7hCI+hvptYnubIRLybKWh1ydMlHgJok=";
16
};
17
18
checkFlags =
0 commit comments