Skip to content

Commit

Permalink
telepresence2: 2.15.1 -> 2.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 5, 2024
1 parent 434f6ae commit 25a0bb5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/networking/telepresence2/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ let
in
buildGoModule rec {
pname = "telepresence2";
version = "2.15.1";
version = "2.17.0";

src = fetchFromGitHub {
owner = "telepresenceio";
repo = "telepresence";
rev = "v${version}";
hash = "sha256-67a5e7Lun/mlRwRoD6eomQpgUXqzAUx8IS7Mv86j6Gw=";
hash = "sha256-wmoOBoMjPCNJGg86Cl2V4izZQDiZjNzwErvWMYY1MGk=";
};

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

vendorHash = "sha256-/13OkcLJI/q14tyFsynL5ZAIITH1w9XWpzRqZoJJesE=";
vendorHash = "sha256-rTlMd56iBSBLTRYJlKHWmYyyeBtNk2WQ3hrPJl9dMYI=";

ldflags = [
"-s" "-w" "-X=github.com/telepresenceio/telepresence/v2/pkg/version.Version=${src.rev}"
Expand Down

0 comments on commit 25a0bb5

Please sign in to comment.