diff options
| author | Adam Stephens <adam@valkor.net> | 2024-09-05 13:03:09 +0000 |
|---|---|---|
| committer | Adam Stephens <adam@valkor.net> | 2024-09-05 13:03:14 +0000 |
| commit | 344edec94e5f7993ddca1ca10657a39396a2a470 (patch) | |
| tree | 377a8fee18ac5efebb4aca08b224642f692c4a50 | |
| parent | [Backport release-24.05] google-chrome: fix makeWrapper invocation (#339756) (diff) | |
| download | nixpkgs-344edec94e5f7993ddca1ca10657a39396a2a470.tar.gz | |
consul: 1.18.3 -> 1.18.4
| -rw-r--r-- | pkgs/by-name/co/consul/package.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/by-name/co/consul/package.nix b/pkgs/by-name/co/consul/package.nix index 97fc61565616..3f4a0cc260e6 100644 --- a/pkgs/by-name/co/consul/package.nix +++ b/pkgs/by-name/co/consul/package.nix @@ -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 @@ -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 @@ -32,7 +32,7 @@ buildGoModule rec { "connect/certgen" ]; - vendorHash = "sha256-E0nmqBfM8qnUqqZYcSoPcrlXsOXVAir8W+N8F/PpWy0="; + vendorHash = "sha256-hdPeqYnTUO+WjVt1a9NIwvKOwF7QcvCqaA2mCdLzEm8="; postPatch = '' # override dev version from release tag |
