zowoq 2020-07-18 17:16:11 +10:00
parent 0bf47d487a
commit 27f514ac0d
1 changed files with 3 additions and 3 deletions

View File

@ -2,9 +2,9 @@
buildGoModule rec {
pname = "etcd";
version = "3.4.9";
version = "3.4.10";
#vendorSha256 = null; revert to `null` for > 3.4.9
#vendorSha256 = null; revert to `null` for > 3.4.10
vendorSha256 = "1fhrycl8m8ddb7mwasbyfiwrl4d9lfdk7zd3mxb7ahkipdp2c94z";
deleteVendor = true;
@ -13,7 +13,7 @@ buildGoModule rec {
owner = "etcd-io";
repo = "etcd";
rev = "v${version}";
sha256 = "16l4wmnm7mkhpb2vzf6xnhhyx6lj8xx3z6x1bfs05idajnrw824p";
sha256 = "07kzgh2rm7kzprlpnay6fq8lziiyhiqyikf1qjx8gjjsdsjy180f";
};
buildPhase = ''