goa: 3.19.0 -> 3.19.1 (#345741)

This commit is contained in:
Nick Cao
2024-10-01 16:47:21 -04:00
committed by GitHub
+3 -3
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" ];