Loading pkgs/servers/consul/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ buildGoModule rec { pname = "consul"; version = "1.16.3"; version = "1.17.0"; rev = "v${version}"; # Note: Currently only release tags are supported, because they have the Consul UI Loading @@ -17,7 +17,7 @@ buildGoModule rec { owner = "hashicorp"; repo = pname; inherit rev; hash = "sha256-XxT+66CNuDeVBoaNhlgET5bJYB/KDCjcO0RDmyI6S9o="; hash = "sha256-fAcgO7r0GrL2GrsX7flezhbQMcg+YBH6Lrn7BW2XMwM="; }; passthru.tests.consul = nixosTests.consul; Loading @@ -26,7 +26,7 @@ buildGoModule rec { # has a split module structure in one repo subPackages = ["." "connect/certgen"]; vendorHash = "sha256-WNvdHT915GSTFhZZfoi/MCHAjzBVYkhUiPNPw5GDT4s="; vendorHash = "sha256-xxREyw7xgx9Zp7nua1yq39TioWvRQXOhWqYaK6eJaOc="; doCheck = false; Loading Loading
pkgs/servers/consul/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ buildGoModule rec { pname = "consul"; version = "1.16.3"; version = "1.17.0"; rev = "v${version}"; # Note: Currently only release tags are supported, because they have the Consul UI Loading @@ -17,7 +17,7 @@ buildGoModule rec { owner = "hashicorp"; repo = pname; inherit rev; hash = "sha256-XxT+66CNuDeVBoaNhlgET5bJYB/KDCjcO0RDmyI6S9o="; hash = "sha256-fAcgO7r0GrL2GrsX7flezhbQMcg+YBH6Lrn7BW2XMwM="; }; passthru.tests.consul = nixosTests.consul; Loading @@ -26,7 +26,7 @@ buildGoModule rec { # has a split module structure in one repo subPackages = ["." "connect/certgen"]; vendorHash = "sha256-WNvdHT915GSTFhZZfoi/MCHAjzBVYkhUiPNPw5GDT4s="; vendorHash = "sha256-xxREyw7xgx9Zp7nua1yq39TioWvRQXOhWqYaK6eJaOc="; doCheck = false; Loading