telepresence2: 2.22.3 -> 2.22.4

This commit is contained in:
R. Ryantm 2025-04-26 18:56:26 +00:00
parent 0571e373ab
commit 9e061a96a2

View file

@ -31,13 +31,13 @@ let
in in
buildGoModule rec { buildGoModule rec {
pname = "telepresence2"; pname = "telepresence2";
version = "2.22.3"; version = "2.22.4";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "telepresenceio"; owner = "telepresenceio";
repo = "telepresence"; repo = "telepresence";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-xrWlm5crDybvcOX3TevXcEq63Vuw0u9+4NvktIG6LxU="; hash = "sha256-ECuu6uMsY5vZVrMJknnd5IH0BZ2yVBTKIIC/Q8RARs8=";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [
@ -51,7 +51,7 @@ buildGoModule rec {
export CGO_ENABLED=0 export CGO_ENABLED=0
''; '';
vendorHash = "sha256-spIdC2ZV+2tm3noyEhygoblN2BjE0w75n4I3jsrg6HI="; vendorHash = "sha256-+l+Dtyq+9u+Lc6yF++KnX2DixVVfPX+oFUn3lq6B/1U=";
ldflags = [ ldflags = [
"-s" "-s"