tailscale: 1.76.6 -> 1.78.0

Changes: https://tailscale.com/changelog#2024-12-05
This commit is contained in:
Ashish SHUKLA
2024-12-05 22:29:23 +00:00
parent 55d15ad12a
commit 80cdb176ad
+3 -3
View File
@@ -15,7 +15,7 @@
}:
let
version = "1.76.6";
version = "1.78.0";
in
buildGo123Module {
pname = "tailscale";
@@ -27,7 +27,7 @@ buildGo123Module {
owner = "tailscale";
repo = "tailscale";
rev = "v${version}";
hash = "sha256-c44Fz/cYGN2nsjlaKln8ozjjS5jHSO/X9RMnHa37tJM=";
hash = "sha256-AujYfsPrLT0D6POge/pcA6dtWpQ4I6vI5op7zqzJ/+g=";
};
patches = [
@@ -39,7 +39,7 @@ buildGo123Module {
})
];
vendorHash = "sha256-xCZ6YMJ0fqVzO+tKbCzF0ftV05NOB+lJbJBovLqlrtQ=";
vendorHash = "sha256-0VB7q9HKd5/QKaWBMpCYycRRiNTWCEjUMc3g3z6agc8=";
nativeBuildInputs = lib.optionals stdenv.hostPlatform.isLinux [ makeWrapper ] ++ [ installShellFiles ];