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:
commit
d0e3c02a49
@ -290,6 +290,12 @@
|
|||||||
<literal>buildRustPackage</literal> may have to be updated as well.
|
<literal>buildRustPackage</literal> may have to be updated as well.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</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>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
The default resample-method for PulseAudio has been changed from the upstream default <literal>speex-float-1</literal>
|
The default resample-method for PulseAudio has been changed from the upstream default <literal>speex-float-1</literal>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
buildGoPackage rec {
|
buildGoPackage rec {
|
||||||
name = "consul-${version}";
|
name = "consul-${version}";
|
||||||
version = "1.4.2";
|
version = "1.5.2";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
|
|
||||||
goPackagePath = "github.com/hashicorp/consul";
|
goPackagePath = "github.com/hashicorp/consul";
|
||||||
@ -19,7 +19,7 @@ buildGoPackage rec {
|
|||||||
owner = "hashicorp";
|
owner = "hashicorp";
|
||||||
repo = "consul";
|
repo = "consul";
|
||||||
inherit rev;
|
inherit rev;
|
||||||
sha256 = "1nprl9kcb98ikcmk7safji3hl4kfacx0gnh05k8m4ysfz6mr7zri";
|
sha256 = "1fn9xxdszil4zdal08cyq6gbs2larpr4zmjmv2w2ykiacbfhpa6h";
|
||||||
};
|
};
|
||||||
|
|
||||||
preBuild = ''
|
preBuild = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user