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

telepresence2: 2.23.6 -> 2.24.0 (#436981)

parents f3980841 fc53730d
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.6";
  version = "2.24.0";

  src = fetchFromGitHub {
    owner = "telepresenceio";
    repo = "telepresence";
    rev = "v${version}";
    hash = "sha256-bo98R5uWOg219JF5czUd3XPznyXpphQMJtsgF5xJFqE=";
    hash = "sha256-aqL2AjDscN6o9WKur3ed5SU3XQJy6hAu/QUD7Fh/0pE=";
  };

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

  vendorHash = "sha256-DAbPgLt0CGdbfDmMXZDyjStyeb4A1dPCNiJMH1NUAUg=";
  vendorHash = "sha256-ncMquDrlkcf71voCbxadOM+EKO/7olMEAf5FOFoxrvA=";

  ldflags = [
    "-s"