goa: 3.15.2 -> 3.16.0

This commit is contained in:
R. Ryantm 2024-04-10 13:03:56 +00:00
parent c81c241415
commit 4803dda921
1 changed files with 3 additions and 3 deletions

View File

@ -5,15 +5,15 @@
buildGoModule rec {
pname = "goa";
version = "3.15.2";
version = "3.16.0";
src = fetchFromGitHub {
owner = "goadesign";
repo = "goa";
rev = "v${version}";
hash = "sha256-jzhvElHOBzekW3cyXf7wJG+8E1GObWVtPbBw18/dpCk=";
hash = "sha256-UumeyuFElb+MPd9GYaT8U1GtDi21tChGKKqXBqQ/ZOk=";
};
vendorHash = "sha256-Z31hTOMmxFM0zmHoZRJaIz7ka2adV0crdhou6EudDWw=";
vendorHash = "sha256-A7FsCfZQKFFrk0KXvgyJjfGjyHQ3Ruoq/+RxC+zSa04=";
subPackages = [ "cmd/goa" ];