summary refs log tree commit diff
path: root/pkgs/servers/etcd
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-03-01 00:12:59 +0000
committerzowoq <59103226+zowoq@users.noreply.github.com>2021-03-01 16:35:46 +1000
commit9ea5f231a864f0d3c0eaa6a3a29c6b1131442f8c (patch)
tree4428893eff63894eaecc8627dec4424038e95374 /pkgs/servers/etcd
parent01f31b5dc53104fb9feee6ef79e51ba4ed865555 (diff)
downloadnixpkgs-9ea5f231a864f0d3c0eaa6a3a29c6b1131442f8c.tar
nixpkgs-9ea5f231a864f0d3c0eaa6a3a29c6b1131442f8c.tar.gz
nixpkgs-9ea5f231a864f0d3c0eaa6a3a29c6b1131442f8c.tar.bz2
nixpkgs-9ea5f231a864f0d3c0eaa6a3a29c6b1131442f8c.tar.lz
nixpkgs-9ea5f231a864f0d3c0eaa6a3a29c6b1131442f8c.tar.xz
nixpkgs-9ea5f231a864f0d3c0eaa6a3a29c6b1131442f8c.tar.zst
nixpkgs-9ea5f231a864f0d3c0eaa6a3a29c6b1131442f8c.zip
etcd_3_4: 3.4.14 -> 3.4.15
Diffstat (limited to 'pkgs/servers/etcd')
-rw-r--r--pkgs/servers/etcd/3.4.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/servers/etcd/3.4.nix b/pkgs/servers/etcd/3.4.nix
index dc9fc0898df..f533b4537ad 100644
--- a/pkgs/servers/etcd/3.4.nix
+++ b/pkgs/servers/etcd/3.4.nix
@@ -2,10 +2,10 @@
 
 buildGoModule rec {
   pname = "etcd";
-  version = "3.4.14";
+  version = "3.4.15";
 
   deleteVendor = true;
-  vendorSha256 = "0jlnh4789xa2dhbyp33k9r278kc588ykggamnnfqivb27s2646bc";
+  vendorSha256 = "sha256-1q5tYNDmlgHdPgL2Pn5BS8z3SwW2E3OaZkKPAtnhJZY=";
 
   doCheck = false;
 
@@ -13,7 +13,7 @@ buildGoModule rec {
     owner = "etcd-io";
     repo = "etcd";
     rev = "v${version}";
-    sha256 = "0s6xwc8yczjdf6xysb6m0pp31hxjqdqjw24bliq08094jprhj31f";
+    sha256 = "sha256-jJC2+zv0io0ZulLVaPMrDD7qkOxGfGtFyZvJ2hTmU24=";
   };
 
   buildPhase = ''