0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

tailscale: 1.76.0 -> 1.76.1 (#349200)

This commit is contained in:
Philip Taron 2024-10-18 13:01:29 -07:00 committed by GitHub
commit 0fe3416c7f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,7 +15,7 @@
}:
let
version = "1.76.0";
version = "1.76.1";
in
buildGoModule {
pname = "tailscale";
@ -27,7 +27,7 @@ buildGoModule {
owner = "tailscale";
repo = "tailscale";
rev = "v${version}";
hash = "sha256-fCUrZ+rrNJ9+XYjCtgaTUWmWczBbavtPe1pFM3L913w=";
hash = "sha256-tuD7GlBZdXPORZkBISp9QDj592a1OX3T+EVysuG+xWw=";
};
patches = [