etcd: Init at 2.1.1

This commit is contained in:
William A. Kennington III 2015-07-29 18:28:05 -07:00
parent 49caeecdaa
commit 6ffe4beca4

View File

@ -576,6 +576,14 @@ let
sha256 = "0kmv0p605di6jc8i1778qzass18m0mv9ks9vxxrfsiwcp4la82jf";
};
etcd = buildFromGitHub {
rev = "v2.1.1";
owner = "coreos";
repo = "etcd";
sha256 = "0jd97091jwwdvx50vbdi1py9v5w9fk86cw85p0zinb0ww6bs4y0s";
excludedPackages = "Godeps";
};
fsnotify.v0 = buildGoPackage rec {
rev = "v0.9.3";
name = "fsnotify.v0-${rev}";