etcd_3_4: 3.4.16 -> 3.4.18

This commit is contained in:
Bryan A. S 2021-11-13 20:13:13 -03:00 committed by zowoq
parent 5a3b358be5
commit 416596bd24

View File

@ -2,7 +2,7 @@
buildGoModule rec {
pname = "etcd";
version = "3.4.16";
version = "3.4.18";
deleteVendor = true;
vendorSha256 = null;
@ -13,7 +13,7 @@ buildGoModule rec {
owner = "etcd-io";
repo = "etcd";
rev = "v${version}";
sha256 = "sha256-mTQwa9dYc0U0tjum1vR8Dbe/xLRHFUthcklA+Ye6/jw=";
sha256 = "sha256-/bXcW5g8mNFEjvfg+1loLFi8+IaWdcTE/lUPsHzEaIo=";
};
buildPhase = ''