kin-openapi: 0.128.0 -> 0.129.0 (#377752)
This commit is contained in:
commit
9cb5f0699c
@ -5,14 +5,14 @@
|
|||||||
}:
|
}:
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "kin-openapi";
|
pname = "kin-openapi";
|
||||||
version = "0.128.0";
|
version = "0.129.0";
|
||||||
vendorHash = "sha256-yNS5Rtmxts4uOhMPTXCFRhe/dLPZZAtGKe/bNkOeIBw=";
|
vendorHash = "sha256-/pXC1YHqbeM6skwTQZ9ZPjroIC6XYq5/A1riWWJFaYY=";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "getkin";
|
owner = "getkin";
|
||||||
repo = "kin-openapi";
|
repo = "kin-openapi";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-4pYrg75dFFdFS2SC1BvFoHcLFNGgBumXd3Vd7jHvUJg=";
|
hash = "sha256-eYAsKklrIJanXbA5NZdX2utLWK66h1MQtKBuzMMaXSQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkFlags =
|
checkFlags =
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user