Unverified Commit 370e93f2 authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

telepresence2: 2.25.0 -> 2.25.1 (#460549)

parents 2fb323f4 be50a311
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.25.0";
  version = "2.25.1";

  src = fetchFromGitHub {
    owner = "telepresenceio";
    repo = "telepresence";
    rev = "v${version}";
    hash = "sha256-ke3Si55CVc3JJgzwcCXmeGiT1GQKF+8ocrNfiLtRRcA=";
    hash = "sha256-Itj+tC5OclTXsRdJ6Rh4xQ1YwMSZTTdcRzpUQrmpC0M=";
  };

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

  vendorHash = "sha256-R+7tw2nX2rM46ETOgcQuwMCRLU23ejtNOGA3Bt/+Guw=";
  vendorHash = "sha256-iNvvFl05Q/6uXDSYyAijayXfvObmwh6aDR6XmFQkSHI=";

  ldflags = [
    "-s"