Skip to content

Commit e7fbec8

Browse files
committed
kin-openapi: 0.129.0 -> 0.130.0
1 parent ce52a4d commit e7fbec8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ki/kin-openapi/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
}:
66
buildGoModule rec {
77
pname = "kin-openapi";
8-
version = "0.129.0";
9-
vendorHash = "sha256-/pXC1YHqbeM6skwTQZ9ZPjroIC6XYq5/A1riWWJFaYY=";
8+
version = "0.130.0";
9+
vendorHash = "sha256-VtN2dOJEBAS7khjn2GlvMspFvd7SgMqNWBte3gwbWng=";
1010

1111
src = fetchFromGitHub {
1212
owner = "getkin";
1313
repo = "kin-openapi";
1414
tag = "v${version}";
15-
hash = "sha256-eYAsKklrIJanXbA5NZdX2utLWK66h1MQtKBuzMMaXSQ=";
15+
hash = "sha256-e8oSnd3CJex+7hCI+hvptYnubIRLybKWh1ydMlHgJok=";
1616
};
1717

1818
checkFlags =

0 commit comments

Comments
 (0)