1 { lib, buildGoModule, fetchFromGitHub }:
7 src = fetchFromGitHub {
11 hash = "sha256-M0iD05Wk3pC56kGKeIb0bfMUpy9idMKin0+DYhBo/cw=";
14 vendorHash = "sha256-DbDIz/cbXqYHaGqNqP+wYpuiaFiZYElRXmQwBXnCbMk=";
25 install -Dm755 bin/* bin/functional/cmd/* -t $out/bin
29 description = "Distributed reliable key-value store for the most critical data of a distributed system";
30 license = licenses.asl20;
31 homepage = "https://etcd.io/";
32 maintainers = with maintainers; [ offline ];