etcd: 3.3.22 -> 3.3.25

This commit is contained in:
zowoq 2020-09-01 10:13:42 +10:00
parent 57b91fc5ad
commit 7042fefef1

View file

@ -2,7 +2,7 @@
buildGoPackage rec { buildGoPackage rec {
pname = "etcd"; pname = "etcd";
version = "3.3.22"; version = "3.3.25";
goPackagePath = "github.com/coreos/etcd"; goPackagePath = "github.com/coreos/etcd";
@ -10,7 +10,7 @@ buildGoPackage rec {
owner = "etcd-io"; owner = "etcd-io";
repo = "etcd"; repo = "etcd";
rev = "v${version}"; rev = "v${version}";
sha256 = "1rd390qfx9k20j9gh1wp1g9ygc571f2kv1dg2wvqij3kwydhymcj"; sha256 = "10cyy6jr2xzmla5yyn850cv323ixrk70fjpk8lxjjjvy0ffmb6hj";
}; };
buildPhase = '' buildPhase = ''
@ -24,10 +24,7 @@ buildGoPackage rec {
install -Dm755 bin/* bin/functional/cmd/* -t $out/bin install -Dm755 bin/* bin/functional/cmd/* -t $out/bin
''; '';
passthru.tests = with nixosTests; { passthru.tests = { inherit (nixosTests) etcd etcd-cluster; };
etcd = etcd;
etcd-cluster = etcd-cluster;
};
meta = with lib; { meta = with lib; {
description = "Distributed reliable key-value store for the most critical data of a distributed system"; description = "Distributed reliable key-value store for the most critical data of a distributed system";