goa: 3.21.1 -> 3.21.5

This commit is contained in:
R. Ryantm 2025-07-21 04:37:29 +00:00
parent 76ad8f2d0d
commit 3f8d3b1a81

View File

@ -6,15 +6,15 @@
buildGoModule rec { buildGoModule rec {
pname = "goa"; pname = "goa";
version = "3.21.1"; version = "3.21.5";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "goadesign"; owner = "goadesign";
repo = "goa"; repo = "goa";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-LDgpwSMB6TBdq4UwxNtddIH5KWkQSsgh3ok5JJNfwRw="; hash = "sha256-3MRxiZK6rLc0Drn3Ha7YOZO3IGNkQNEpzppZwYcZLwg=";
}; };
vendorHash = "sha256-Mu93LchlPSU05r/zwZ+q0wgwWF2cTQEjOupr9lmuqVU="; vendorHash = "sha256-5XKAfUA3dh1Vgh72h1GeiheoL7E7jij3nAlncV5FjF8=";
subPackages = [ "cmd/goa" ]; subPackages = [ "cmd/goa" ];