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

tailscale: 1.76.0 -> 1.76.1

Diff: https://github.com/tailscale/tailscale/compare/v1.76.0...v1.76.1
Changelog: https://github.com/tailscale/tailscale/releases/tag/v1.76.1
Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
This commit is contained in:
Muhammad Falak R Wani 2024-10-17 10:00:57 +05:30
parent 6378f273ec
commit c9ee9d80d6

View file

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