Skip to content

Commit

Permalink
etcd_3_4: 3.4.10 -> 3.4.13
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and zowoq committed Aug 25, 2020
1 parent 0a874ff commit 1a0f15c
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions pkgs/servers/etcd/3.4.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,18 @@

buildGoModule rec {
pname = "etcd";
version = "3.4.10";
version = "3.4.13";

#vendorSha256 = null; revert to `null` for > 3.4.10

vendorSha256 = "1fhrycl8m8ddb7mwasbyfiwrl4d9lfdk7zd3mxb7ahkipdp2c94z";
deleteVendor = true;
vendorSha256 = "0jlnh4789xa2dhbyp33k9r278kc588ykggamnnfqivb27s2646bc";

doCheck = false;

deleteVendor = true;

src = fetchFromGitHub {
owner = "etcd-io";
repo = "etcd";
rev = "v${version}";
sha256 = "07kzgh2rm7kzprlpnay6fq8lziiyhiqyikf1qjx8gjjsdsjy180f";
sha256 = "0bvky593241i60qf6793sxzsxwfl3f56cgscnva9f2jfhk157wmy";
};

buildPhase = ''
Expand Down

0 comments on commit 1a0f15c

Please sign in to comment.