tailscale: 1.58.0 → 1.58.2

This commit is contained in:
Maxine Aubrey 2024-01-24 01:50:07 +01:00
parent 178182b8fe
commit 8bd18571b3
No known key found for this signature in database
GPG Key ID: F6FE033DFCB899F7

View File

@ -1,7 +1,7 @@
{ lib, stdenv, buildGoModule, fetchFromGitHub, makeWrapper, iptables, iproute2, procps, shadow, getent }:
let
version = "1.58.0";
version = "1.58.2";
in
buildGoModule {
pname = "tailscale";
@ -11,7 +11,7 @@ buildGoModule {
owner = "tailscale";
repo = "tailscale";
rev = "v${version}";
hash = "sha256-ue1opjT8wkL+hYzMxU/GtOrJd3/KPSOptU8A8nklacY=";
hash = "sha256-FiFFfUtse0CKR4XJ82HEjpZNxCaa4FnwSJfEzJ5kZgk=";
};
vendorHash = "sha256-BK1zugKGtx2RpWHDvFZaFqz/YdoewsG8SscGt25uwtQ=";