etcd_3_4: 3.4.15 -> 3.4.16

This commit is contained in:
R. RyanTM 2021-05-12 21:04:26 +00:00 committed by zowoq
parent 28a1e9516d
commit f89abb76bc

View file

@ -2,10 +2,10 @@
buildGoModule rec {
pname = "etcd";
version = "3.4.15";
version = "3.4.16";
deleteVendor = true;
vendorSha256 = "sha256-1q5tYNDmlgHdPgL2Pn5BS8z3SwW2E3OaZkKPAtnhJZY=";
vendorSha256 = null;
doCheck = false;
@ -13,7 +13,7 @@ buildGoModule rec {
owner = "etcd-io";
repo = "etcd";
rev = "v${version}";
sha256 = "sha256-jJC2+zv0io0ZulLVaPMrDD7qkOxGfGtFyZvJ2hTmU24=";
sha256 = "sha256-mTQwa9dYc0U0tjum1vR8Dbe/xLRHFUthcklA+Ye6/jw=";
};
buildPhase = ''