3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #63954 from nh2/consul-1.5.2

consul: 1.4.2 -> 1.4.4 -> 1.5.2
This commit is contained in:
Danylo Hlynskyi 2019-07-04 19:55:39 +03:00 committed by GitHub
commit d0e3c02a49
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 2 deletions

View file

@ -290,6 +290,12 @@
<literal>buildRustPackage</literal> may have to be updated as well.
</para>
</listitem>
<listitem>
<para>
The <literal>consul</literal> package was upgraded past version <literal>1.5</literal>,
so its deprecated legacy UI is no longer available.
</para>
</listitem>
<listitem>
<para>
The default resample-method for PulseAudio has been changed from the upstream default <literal>speex-float-1</literal>

View file

@ -2,7 +2,7 @@
buildGoPackage rec {
name = "consul-${version}";
version = "1.4.2";
version = "1.5.2";
rev = "v${version}";
goPackagePath = "github.com/hashicorp/consul";
@ -19,7 +19,7 @@ buildGoPackage rec {
owner = "hashicorp";
repo = "consul";
inherit rev;
sha256 = "1nprl9kcb98ikcmk7safji3hl4kfacx0gnh05k8m4ysfz6mr7zri";
sha256 = "1fn9xxdszil4zdal08cyq6gbs2larpr4zmjmv2w2ykiacbfhpa6h";
};
preBuild = ''