tailscale: 1.78.0 -> 1.78.1

This commit is contained in:
Yifei Sun
2024-12-05 20:58:43 -05:00
parent 5e9ea2c73c
commit 608e99e3d3
+2 -2
View File
@@ -15,7 +15,7 @@
}:
let
version = "1.78.0";
version = "1.78.1";
in
buildGo123Module {
pname = "tailscale";
@@ -27,7 +27,7 @@ buildGo123Module {
owner = "tailscale";
repo = "tailscale";
rev = "v${version}";
hash = "sha256-AujYfsPrLT0D6POge/pcA6dtWpQ4I6vI5op7zqzJ/+g=";
hash = "sha256-HHLGvxB3MMmmOUNLr2ivouLDO/Lo2FJYRYzoCE2fUDk=";
};
patches = [