goa: 3.12.1 -> 3.12.3

This commit is contained in:
R. Ryantm 2023-08-02 23:31:04 +00:00
parent 0878b757bf
commit bc7c0af80f

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" ];