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