tailscale: 1.74.0 -> 1.74.1 (#342881)

This commit is contained in:
Fabián Heredia Montiel
2024-09-25 09:14:07 -06:00
committed by GitHub
+2 -2
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 = [