Skip to content

Commit

Permalink
Merge pull request NixOS#312525 from r-ryantm/auto-update/consul
Browse files Browse the repository at this point in the history
consul: 1.18.1 -> 1.18.2
  • Loading branch information
adamcstephens authored May 18, 2024
2 parents 8a33016 + f3c37a6 commit 4d91d16
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/co/consul/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

buildGoModule rec {
pname = "consul";
version = "1.18.1";
version = "1.18.2";

# Note: Currently only release tags are supported, because they have the Consul UI
# vendored. See
Expand All @@ -22,7 +22,7 @@ buildGoModule rec {
owner = "hashicorp";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-r1xdz1rjvbvB93hRpvTNQwSqQLOJwqMhqCiXdIttY10=";
hash = "sha256-9feeWsCAZKip+AYUJTCcqFOTfxsUFMzTRqHjo/Pptho=";
};

# This corresponds to paths with package main - normally unneeded but consul
Expand All @@ -32,7 +32,7 @@ buildGoModule rec {
"connect/certgen"
];

vendorHash = "sha256-DcpEHJ88Ehz5m+ddMd44mYTz0agwYhoels5jWJzu1EM=";
vendorHash = "sha256-bBc3qgPUOmR8c/sFyiskePKLKjHTQcWVTLY6esFIRTc=";

doCheck = false;

Expand Down

0 comments on commit 4d91d16

Please sign in to comment.