etcd: add update notice

This commit is contained in:
Jaka Hudoklin 2016-09-03 14:04:54 +02:00
parent 235440ec34
commit eaf4dcaee1

View file

@ -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";