Commit 86acc536 authored by R. RyanTM's avatar R. RyanTM Committed by zowoq
Browse files

etcd_3_4: 3.4.25 -> 3.4.26

parent 5b1d6e75
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@

buildGoModule rec {
  pname = "etcd";
  version = "3.4.25";
  version = "3.4.26";

  vendorHash = "sha256-duqOIMIXAuJjvKDM15mDdi+LZUZm0uK0MjTv2Dsl3FA=";

@@ -12,7 +12,7 @@ buildGoModule rec {
    owner = "etcd-io";
    repo = "etcd";
    rev = "v${version}";
    sha256 = "sha256-CReSNWoRN2cBrhVujlAsOaI1gUfws962oLIVGWnLTAQ=";
    sha256 = "sha256-EobwFYdFVCal7V1KyODuIry3ZBvRUG1/XYZkVQoibkg=";
  };

  buildPhase = ''