goa: 3.19.0 -> 3.19.1

This commit is contained in:
R. Ryantm 2024-10-01 18:05:32 +00:00
parent b7e838f0bb
commit 6634e41b3a

View File

@ -5,15 +5,15 @@
buildGoModule rec {
pname = "goa";
version = "3.19.0";
version = "3.19.1";
src = fetchFromGitHub {
owner = "goadesign";
repo = "goa";
rev = "v${version}";
hash = "sha256-NacLcVYQZTHqhTyX5It+BHD9v/ikUEMZCbfjhNYU98M=";
hash = "sha256-UOw0bAUvaKpMmFmAAlheALhtgXU2+Df6b/nSRH7bWHc=";
};
vendorHash = "sha256-9h8+OthG161dHA//6R8oRwNhtpx0HpofJeZ1okEfbaE=";
vendorHash = "sha256-IqzW5fOLLBbpPFTE5PiOISdmp3Gq6b8SUbG4CbbU01s=";
subPackages = [ "cmd/goa" ];