mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
telepresence2: 2.22.3 -> 2.22.4
This commit is contained in:
parent
0571e373ab
commit
9e061a96a2
1 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue