zowoq 2020-05-22 14:57:50 +10:00
parent dd50011d38
commit 5c04d90f24

View file

@ -2,15 +2,18 @@
buildGoModule rec {
pname = "etcd";
version = "3.4.8";
version = "3.4.9";
vendorSha256 = null;
#vendorSha256 = null; revert to `null` for > 3.4.9
vendorSha256 = "1fhrycl8m8ddb7mwasbyfiwrl4d9lfdk7zd3mxb7ahkipdp2c94z";
deleteVendor = true;
src = fetchFromGitHub {
owner = "etcd-io";
repo = "etcd";
rev = "v${version}";
sha256 = "0kx36kq6a7i3cja3wp9mwbnar752pz8c0n2fcvwyzi6l6ph6alx7";
sha256 = "16l4wmnm7mkhpb2vzf6xnhhyx6lj8xx3z6x1bfs05idajnrw824p";
};
buildPhase = ''