etcd: add update notice
This commit is contained in:
parent
235440ec34
commit
eaf4dcaee1
|
@ -4,7 +4,7 @@ with lib;
|
||||||
|
|
||||||
buildGoPackage rec {
|
buildGoPackage rec {
|
||||||
name = "etcd-${version}";
|
name = "etcd-${version}";
|
||||||
version = "3.0.6";
|
version = "3.0.6"; # After updating check that nixos tests pass
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
|
|
||||||
goPackagePath = "github.com/coreos/etcd";
|
goPackagePath = "github.com/coreos/etcd";
|
||||||
|
|
Loading…
Reference in New Issue