goa: 3.18.0 -> 3.18.2

This commit is contained in:
R. Ryantm 2024-08-09 23:21:12 +00:00
parent 410777e6e8
commit af2dfc95eb

View File

@ -5,13 +5,13 @@
buildGoModule rec {
pname = "goa";
version = "3.18.0";
version = "3.18.2";
src = fetchFromGitHub {
owner = "goadesign";
repo = "goa";
rev = "v${version}";
hash = "sha256-hteD8wxpkw27tduBUYkCIE+vgN/ggkIezEgFWqSuxbo=";
hash = "sha256-TBGCykHW++o2t4NFbWS3IK+UpXbyGgaJZ/6aoCrqi2Q=";
};
vendorHash = "sha256-AwpPuj/nX8MD//JL/oF+RGGQi1fdUo28KII2+y5Ptso=";