Unverified Commit 0c299dd1 authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

telepresence2: 2.23.4 -> 2.23.6 (#428661)

parents e330b669 38112ddb
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"