Merge pull request #246874 from r-ryantm/auto-update/goa

goa: 3.12.1 -> 3.12.3
This commit is contained in:
figsoda 2023-08-02 20:48:24 -04:00 committed by GitHub
commit 490c588eb7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,15 +5,15 @@
buildGoModule rec {
pname = "goa";
version = "3.12.1";
version = "3.12.3";
src = fetchFromGitHub {
owner = "goadesign";
repo = "goa";
rev = "v${version}";
sha256 = "sha256-cQyBPg+3Sf2ABjRv3n9dVgMvhUpndNPUnOsRS4a+ABw=";
sha256 = "sha256-OWYIfzJcR0V5GogVntzu5hOe3h3JO5FYWxSqYSxRp6A=";
};
vendorHash = "sha256-XQyE99o6notsinQv39JbxW0XG3FqlMoDfDJQ72U5GTA=";
vendorHash = "sha256-Zt8Nzga9xRYuUv8ofCJa3yL2Kq+xvnqs3c0g2BnrgTo=";
subPackages = [ "cmd/goa" ];