Unverified Commit 8bedcad9 authored by Jon Seager's avatar Jon Seager Committed by GitHub
Browse files

Merge pull request #291959 from r-ryantm/auto-update/consul

consul: 1.17.3 -> 1.18.0
parents 7e09a45f 842fd5e7
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@

buildGoModule rec {
  pname = "consul";
  version = "1.17.3";
  version = "1.18.0";

  # Note: Currently only release tags are supported, because they have the Consul UI
  # vendored. See
@@ -16,7 +16,7 @@ buildGoModule rec {
    owner = "hashicorp";
    repo = pname;
    rev = "refs/tags/v${version}";
    hash = "sha256-uJN28p2fPQBBkqnlUWrlBwTNfmHr3Pn/4JiMbOBBppI=";
    hash = "sha256-Xhh6Rrcv/FoBjzhWR59gQ/R4A3ynqWYS8djNe3CnGCE=";
  };

  passthru.tests.consul = nixosTests.consul;
@@ -25,7 +25,7 @@ buildGoModule rec {
  # has a split module structure in one repo
  subPackages = ["." "connect/certgen"];

  vendorHash = "sha256-ToSCLAX+rNcUTnBBVWkWhLX+wjy7Y4vGLKuny1Ye3kY=";
  vendorHash = "sha256-pNFjLXjtgsK8fjCCmjYclZw1GM4BfyzkTuaRCRIMJ3c=";

  doCheck = false;