Unverified Commit 98d0421c authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #202392 from r-ryantm/auto-update/oapi-codegen

oapi-codegen: 1.12.2 -> 1.12.3
parents 8dad05b4 b73565ca
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

buildGoModule rec {
  pname = "oapi-codegen";
  version = "1.12.2";
  version = "1.12.3";

  src = fetchFromGitHub {
    owner = "deepmap";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-ZgYUCfqvKvXsgRziW0A7i4Cvntd4U2q9kKXHwBtAA9k=";
    sha256 = "sha256-VjHZjClOiwz6XwbLJFSl6wEkhA5hOo3RNfNte37ZfBc=";
  };

  vendorSha256 = "sha256-XFXe02WTtkzIzpcVN1Vwi+7rTKWlrMWCOV/rrDBRliY=";