goa: 3.11.0 -> 3.11.2

This commit is contained in:
R. Ryantm 2023-03-19 10:10:29 +00:00
parent d384095645
commit ff7a2c8a0a

View file

@ -5,15 +5,15 @@
buildGoModule rec {
pname = "goa";
version = "3.11.0";
version = "3.11.2";
src = fetchFromGitHub {
owner = "goadesign";
repo = "goa";
rev = "v${version}";
sha256 = "sha256-KgCF44kpr8dAHzLgoRKXfd9warQUiFggGZ/Dy/49j1Q=";
sha256 = "sha256-zKiGPXkVAeWj9RXuFWvlSz1SYO+uGNBM65+ypIPZpmc=";
};
vendorHash = "sha256-d76aeiSkW0sZeFylWIkCoquWzX78s2iaDeX3VE8cYfI=";
vendorHash = "sha256-vND29xb5bG+MnBiOCP9PWC+VGqIwdUO0uVOcP5Wc4zA=";
subPackages = [ "cmd/goa" ];