telepresence2: 2.20.2 -> 2.20.3

This commit is contained in:
R. Ryantm 2024-12-08 09:00:44 +00:00
parent afe27494fa
commit 62d5034ad7

View File

@ -27,13 +27,13 @@ let
in
buildGoModule rec {
pname = "telepresence2";
version = "2.20.2";
version = "2.20.3";
src = fetchFromGitHub {
owner = "telepresenceio";
repo = "telepresence";
rev = "v${version}";
hash = "sha256-MwAet+UJ6BNEj6/NYN9HBxTGbw2CS2ASUJQrKtpoV1I=";
hash = "sha256-Oi3clmECnUyz+VX1HrZRu/EUTmkQay9c/ejdcdNjoGo=";
};
propagatedBuildInputs = [
@ -47,7 +47,7 @@ buildGoModule rec {
export CGO_ENABLED=0
'';
vendorHash = "sha256-i9quHeAb8PCG1KQGKaOkxTxjImiuK6oMJcRI443/mkI=";
vendorHash = "sha256-1Of/IBwXqyKzOSXsJE3vavurvo7ZghfBDlLn4QCR40o=";
ldflags = [
"-s" "-w" "-X=github.com/telepresenceio/telepresence/v2/pkg/version.Version=${src.rev}"