oapi-codegen: 2.3.0 -> 2.4.0

This commit is contained in:
R. Ryantm 2024-09-21 01:38:41 +00:00
parent aff1070844
commit 522a30a293

View File

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "oapi-codegen";
version = "2.3.0";
version = "2.4.0";
src = fetchFromGitHub {
owner = "deepmap";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-Gcl0i3K2ncrxMSLHCPWBleRGdVIVkUo7vcp+tDNpkOw=";
hash = "sha256-Byb4bTtdn2Xi5hZXsAtcXA868VGQO6RORj1M2x8EAzg=";
} ;
vendorHash = "sha256-urPMLEaisgndbHmS1sGQ07c+VRBdxIz0wseLoSLVWQo=";
vendorHash = "sha256-bp5sFZNJFQonwfF1RjCnOMKZQkofHuqG0bXdG5Hf3jU=";
# Tests use network
doCheck = false;