telepresence2: 2.20.2 -> 2.20.3 (#363125)

This commit is contained in:
Nick Cao 2024-12-08 09:50:11 -05:00 committed by GitHub
commit b083326804
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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}"