Commit 38112ddb authored by R. RyanTM's avatar R. RyanTM
Browse files

telepresence2: 2.23.4 -> 2.23.6

parent 8f91555f
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -31,13 +31,13 @@ let
in
buildGoModule rec {
  pname = "telepresence2";
  version = "2.23.4";
  version = "2.23.6";

  src = fetchFromGitHub {
    owner = "telepresenceio";
    repo = "telepresence";
    rev = "v${version}";
    hash = "sha256-I4TdXluByUGM3PZbPsdhK24/lNWTQOZqgLpbVoK3Bak=";
    hash = "sha256-bo98R5uWOg219JF5czUd3XPznyXpphQMJtsgF5xJFqE=";
  };

  propagatedBuildInputs = [
@@ -51,7 +51,7 @@ buildGoModule rec {
    export CGO_ENABLED=0
  '';

  vendorHash = "sha256-Bnt7TD3QOY/sPdhnZmSFRwPVAXZA8jbg5IXqBwy6w68=";
  vendorHash = "sha256-DAbPgLt0CGdbfDmMXZDyjStyeb4A1dPCNiJMH1NUAUg=";

  ldflags = [
    "-s"