etcd: 3.3.20 -> 3.3.21
https://github.com/etcd-io/etcd/blob/master/CHANGELOG-3.3.md#v3321-2020-05-18
This commit is contained in:
parent
3389db60a1
commit
0527318a88
1 changed files with 2 additions and 3 deletions
|
@ -2,16 +2,15 @@
|
|||
|
||||
buildGoPackage rec {
|
||||
pname = "etcd";
|
||||
version = "3.3.20";
|
||||
version = "3.3.21";
|
||||
|
||||
# change to "go.etcd.io/etcd" for >= 3.4
|
||||
goPackagePath = "github.com/coreos/etcd";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "etcd-io";
|
||||
repo = "etcd";
|
||||
rev = "v${version}";
|
||||
sha256 = "1iqq12kkky3cl28k7fabqqyx1i0a2wmbkq0bs8yhiwywp076k08w";
|
||||
sha256 = "1xrhkynach3c7wsfac6zlpi5n1hy3y75vyimvw2zl7ryhm00413s";
|
||||
};
|
||||
|
||||
buildPhase = ''
|
||||
|
|
Loading…
Reference in a new issue