tailscale: 1.74.0 -> 1.74.1

Changes: https://tailscale.com/changelog#2024-09-18
This commit is contained in:
Ashish SHUKLA
2024-09-19 02:00:18 +05:30
parent 658e722319
commit d74bb82cca

View File

@@ -15,7 +15,7 @@
}:
let
version = "1.74.0";
version = "1.74.1";
in
buildGoModule {
pname = "tailscale";
@@ -25,7 +25,7 @@ buildGoModule {
owner = "tailscale";
repo = "tailscale";
rev = "v${version}";
hash = "sha256-KTg1rxyCgvZAwkGxhFXLff5UggKlqa6VLMItK81JV2k=";
hash = "sha256-672FtDKgz7Nmoufoe4Xg/b8sA8EuKH8X+3n9PAKYjFk=";
};
patches = [