Merge pull request #246874 from r-ryantm/auto-update/goa
goa: 3.12.1 -> 3.12.3
This commit is contained in:
commit
490c588eb7
1 changed files with 3 additions and 3 deletions
|
@ -5,15 +5,15 @@
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "goa";
|
pname = "goa";
|
||||||
version = "3.12.1";
|
version = "3.12.3";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "goadesign";
|
owner = "goadesign";
|
||||||
repo = "goa";
|
repo = "goa";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-cQyBPg+3Sf2ABjRv3n9dVgMvhUpndNPUnOsRS4a+ABw=";
|
sha256 = "sha256-OWYIfzJcR0V5GogVntzu5hOe3h3JO5FYWxSqYSxRp6A=";
|
||||||
};
|
};
|
||||||
vendorHash = "sha256-XQyE99o6notsinQv39JbxW0XG3FqlMoDfDJQ72U5GTA=";
|
vendorHash = "sha256-Zt8Nzga9xRYuUv8ofCJa3yL2Kq+xvnqs3c0g2BnrgTo=";
|
||||||
|
|
||||||
subPackages = [ "cmd/goa" ];
|
subPackages = [ "cmd/goa" ];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue