Unverified Commit ac47a18d authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #333554 from r-ryantm/auto-update/goa

goa: 3.18.0 -> 3.18.2
parents 8747fd94 af2dfc95
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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=";