etcd_3_4: 3.4.20 -> 3.4.21

This commit is contained in:
R. Ryantm 2022-09-15 16:59:37 +00:00 committed by zowoq
parent 3b104056ff
commit 742604c105

View file

@ -2,7 +2,7 @@
buildGoModule rec {
pname = "etcd";
version = "3.4.20";
version = "3.4.21";
vendorSha256 = "sha256-P3EQTraMdZ2fAHDue5cKAxyHbh6nNeFV9ykT0rH7KPs=";
@ -12,7 +12,7 @@ buildGoModule rec {
owner = "etcd-io";
repo = "etcd";
rev = "v${version}";
sha256 = "sha256-JfwjkgD57FqSmwgWZ5NbxshmY5JZUUWsk3bdYx15BKo=";
sha256 = "sha256-+IU1l23sN9v48ZhJLGncUa3t5kPHBFcqQ/ojaZXzMU4=";
};
buildPhase = ''