Skip to content

Commit

Permalink
etcd: 3.3.1 -> 3.3.13
Browse files Browse the repository at this point in the history
While I would've liked to keep them, the release branch drops the tools
directory as of v3.3.4, seemingly without explanation:
etcd-io/etcd@074e417

master appears to contain them, so they might return at some point.
  • Loading branch information
edef1c committed Jul 9, 2019
1 parent acb1134 commit 8578d7a
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions pkgs/servers/etcd/default.nix
Expand Up @@ -4,7 +4,7 @@ with lib;

buildGoPackage rec {
name = "etcd-${version}";
version = "3.3.1"; # After updating check that nixos tests pass
version = "3.3.13"; # After updating check that nixos tests pass
rev = "v${version}";

goPackagePath = "github.com/coreos/etcd";
Expand All @@ -13,15 +13,12 @@ buildGoPackage rec {
inherit rev;
owner = "coreos";
repo = "etcd";
sha256 = "11gzmi05y4kpnzgqc737l0wk5svxai4z17nl92jazqga6zhyavyl";
sha256 = "1kac4qfr83f2hdz35403f1ald05wc85vvhw79vxb431n61jvyaqy";
};

subPackages = [
"cmd/etcd"
"cmd/etcdctl"
"cmd/tools/benchmark"
"cmd/tools/etcd-dump-db"
"cmd/tools/etcd-dump-logs"
];

buildInputs = [ libpcap ];
Expand Down

0 comments on commit 8578d7a

Please sign in to comment.