3
0
Fork 0
forked from mirrors/nixpkgs

etcd: 2.1.2 -> 2.3.0

This commit is contained in:
Kevin Cox 2016-03-26 22:01:00 -04:00
parent 32b7b0009f
commit 26bd115c9c
2 changed files with 4 additions and 2 deletions

View file

@ -114,6 +114,7 @@ in {
}) // (mapAttrs' (n: v: nameValuePair "ETCD_${n}" v) cfg.extraConf);
serviceConfig = {
Type = "notify";
ExecStart = "${pkgs.etcd}/bin/etcd";
User = "etcd";
PermissionsStartOnly = true;

View file

@ -789,10 +789,11 @@ let
};
etcd = buildFromGitHub {
rev = "v2.1.2";
rev = "v2.3.0";
owner = "coreos";
repo = "etcd";
sha256 = "1d3wl9rqbhkkdhfkjfrzjfcwz8hx315zbjbmij3pf62bc1p5nh60";
sha256 = "1cchlhsdbbqal145cvdiq7rzqqi131iq7z0r2hmzwx414k04wyn7";
buildInputs = [ pkgs.libpcap tablewriter ];
};
fsnotify.v0 = buildGoPackage rec {