etcd_3_4: 3.4.19 -> 3.4.20

This commit is contained in:
R. Ryantm 2022-08-14 09:53:00 +00:00 committed by zowoq
parent 1c64f29ee9
commit 543397edb3

View file

@ -2,9 +2,9 @@
buildGoModule rec {
pname = "etcd";
version = "3.4.19";
version = "3.4.20";
vendorSha256 = "sha256-ZONIsizxRiwZWRu4y9VzZcCpyBKoa0j3h3JqoMMPGu0=";
vendorSha256 = "sha256-P3EQTraMdZ2fAHDue5cKAxyHbh6nNeFV9ykT0rH7KPs=";
doCheck = false;
@ -12,7 +12,7 @@ buildGoModule rec {
owner = "etcd-io";
repo = "etcd";
rev = "v${version}";
sha256 = "sha256-8X7xTZrZ/AjUgrW9XgD8B7eKFfOulj8WBjXoImAtJoM=";
sha256 = "sha256-JfwjkgD57FqSmwgWZ5NbxshmY5JZUUWsk3bdYx15BKo=";
};
buildPhase = ''