etcd_3_4: 3.4.23 -> 3.4.24

This commit is contained in:
R. Ryantm 2023-02-19 11:18:55 +00:00 committed by zowoq
parent 09b4d59010
commit 2590b99640

View File

@ -2,9 +2,9 @@
buildGoModule rec {
pname = "etcd";
version = "3.4.23";
version = "3.4.24";
vendorSha256 = "sha256-kq9KYe4wnPbOLHra5DHZH1N3w2R+dNF7ouF2c26e/cU=";
vendorHash = "sha256-8fWiei7hZ4NO1CIMPQaRe4gyBF1CUjcqU5Eghyiy64w=";
doCheck = false;
@ -12,7 +12,7 @@ buildGoModule rec {
owner = "etcd-io";
repo = "etcd";
rev = "v${version}";
sha256 = "sha256-7HAA3MHDlsnTYDu5AmzpFfiWaarUGO09QHrPGLHolyM=";
sha256 = "sha256-jbMwSvCn9y4md60pWd7nF2Ck2XJDkYfg5olr1qVrPd4=";
};
buildPhase = ''