Skip to content

Commit

Permalink
consul: 1.18.3 -> 1.18.4
Browse files Browse the repository at this point in the history
  • Loading branch information
adamcstephens committed Sep 5, 2024
1 parent 0407e2a commit 344edec
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.3";
version = "1.18.4";

# 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/ent-changelog-${version}";
hash = "sha256-WDdo7p4wWfXJat1AV5pTZ4/HaEXsxBqjJG7ESA2C76s=";
hash = "sha256-LoJFRVzhPBAhVfCuApCw3N1ULQ1OO2oAcKNG+1GLPZw=";
};

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

vendorHash = "sha256-E0nmqBfM8qnUqqZYcSoPcrlXsOXVAir8W+N8F/PpWy0=";
vendorHash = "sha256-hdPeqYnTUO+WjVt1a9NIwvKOwF7QcvCqaA2mCdLzEm8=";

postPatch = ''
# override dev version from release tag
Expand Down

0 comments on commit 344edec

Please sign in to comment.