forked from mirrors/nixpkgs
Merge pull request #144492 from r-ryantm/auto-update/oapi-codegen
oapi-codegen: 1.8.2 -> 1.8.3
This commit is contained in:
commit
acbc86cc17
|
@ -2,16 +2,16 @@
|
|||
|
||||
buildGoModule rec {
|
||||
pname = "oapi-codegen";
|
||||
version = "1.8.2";
|
||||
version = "1.8.3";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "deepmap";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-8hyRuGKspWqv+uBeSz4i12Grl83EQVPWB1weEVf9yhA=";
|
||||
sha256 = "sha256-VAtfJ1PXTSPMoQ4NqX0GcZMyi15edxWj6Xsj6h1b7hc=";
|
||||
};
|
||||
|
||||
vendorSha256 = "sha256-YCZzIsu1mMAAjLGHISrDkfY4Lx0az2SZV8bnZOMalx8=";
|
||||
vendorSha256 = "sha256-s6+Rs+G4z5fcmUiwGjeDoQYKWJz0a/PCejfKyn8WWxs=";
|
||||
|
||||
# Tests use network
|
||||
doCheck = false;
|
||||
|
|
Loading…
Reference in a new issue