Skip to content

Commit

Permalink
consul: 1.20.1 -> 1.20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
techknowlogick authored and adamcstephens committed Jan 6, 2025
1 parent c271ba1 commit 8063eab
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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.20.1";
version = "1.20.2";

# Note: Currently only release tags are supported, because they have the Consul UI
# vendored. See
Expand All @@ -21,8 +21,8 @@ buildGoModule rec {
src = fetchFromGitHub {
owner = "hashicorp";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-nYWrJB98S2zPSBu8ZIHejnLP5OQyPxpJGLdLenGHzHM=";
tag = "v${version}";
hash = "sha256-pUKX94OgJ2PTchBokAI5QzLxvdzQjcePrKHEiB782hc=";
};

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

vendorHash = "sha256-SkDvac2mZOB6RMETv/qhjHyaCjjIYmlON42+ZZ6FTlI=";
vendorHash = "sha256-pH9KVyHgSULZ+fuUSDIXOzLhrdhsbJEom67k6jaW31E=";

doCheck = false;

Expand Down

0 comments on commit 8063eab

Please sign in to comment.