diff options
| author | Thomas Gerbet <thomas@gerbet.me> | 2023-04-11 19:53:06 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-11 19:53:06 +0200 |
| commit | 3e443c3127fa9bc32410f794592e08ad305773d3 (patch) | |
| tree | 6af34ac877cd0a4af40aa254c4af155a5b577662 | |
| parent | Merge pull request #225446 from risicle/ris-wireshark-4.0.4-r22.11 (diff) | |
| parent | consul: 1.14.4 -> 1.14.5 (diff) | |
| download | nixpkgs-3e443c3127fa9bc32410f794592e08ad305773d3.tar.gz | |
Merge pull request #225581 from risicle/ris-consul-1.14.5-r22.11
[22.11] consul: 1.14.0 -> 1.14.5
| -rw-r--r-- | pkgs/servers/consul/default.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/servers/consul/default.nix b/pkgs/servers/consul/default.nix index 99185125836f..5235f1b2ad3f 100644 --- a/pkgs/servers/consul/default.nix +++ b/pkgs/servers/consul/default.nix @@ -2,7 +2,7 @@ buildGoModule rec { pname = "consul"; - version = "1.14.0"; + version = "1.14.5"; rev = "v${version}"; # Note: Currently only release tags are supported, because they have the Consul UI @@ -17,7 +17,7 @@ buildGoModule rec { owner = "hashicorp"; repo = pname; inherit rev; - sha256 = "sha256-so+JtDcIWRF8HaoiqalxKxzl8ITonDABXK07guwIYRA="; + sha256 = "sha256-4TxBlOEe3vxvtV+EU6FmZE8n2QYWYbU7+44A51yqS/g="; }; passthru.tests.consul = nixosTests.consul; @@ -26,7 +26,7 @@ buildGoModule rec { # has a split module structure in one repo subPackages = ["." "connect/certgen"]; - vendorSha256 = "sha256-cCfC/PcpNRQ3UL7OGk2ydCN8wNPvyJTGYMANfqpMHKg="; + vendorHash = "sha256-XmRNEbCd9q+iihSy94TzZicQdmmW/iKxXZEO3C5oBX0="; doCheck = false; |
