Commit 742604c1 authored by R. RyanTM's avatar R. RyanTM Committed by zowoq
Browse files

etcd_3_4: 3.4.20 -> 3.4.21

parent 3b104056
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.20";
  version = "3.4.21";

  vendorSha256 = "sha256-P3EQTraMdZ2fAHDue5cKAxyHbh6nNeFV9ykT0rH7KPs=";

@@ -12,7 +12,7 @@ buildGoModule rec {
    owner = "etcd-io";
    repo = "etcd";
    rev = "v${version}";
    sha256 = "sha256-JfwjkgD57FqSmwgWZ5NbxshmY5JZUUWsk3bdYx15BKo=";
    sha256 = "sha256-+IU1l23sN9v48ZhJLGncUa3t5kPHBFcqQ/ojaZXzMU4=";
  };

  buildPhase = ''