Merge pull request #258673 from getchoo/tailscale-update

tailscale: 1.50.0 -> 1.50.1
This commit is contained in:
Mario Rodas
2023-10-02 19:53:07 -05:00
committed by GitHub
+2 -2
View File
@@ -1,7 +1,7 @@
{ lib, stdenv, buildGoModule, fetchFromGitHub, makeWrapper, iptables, iproute2, procps, shadow, getent }:
let
version = "1.50.0";
version = "1.50.1";
in
buildGoModule {
pname = "tailscale";
@@ -11,7 +11,7 @@ buildGoModule {
owner = "tailscale";
repo = "tailscale";
rev = "v${version}";
hash = "sha256-twHQVZ7ahlyQEhFyHm4vaBSilWUmSa29LjOX5oD9U6M=";
hash = "sha256-YosV9zyWbZ18xeiKJ6/4ZzSSfcoACWadZQsqGBD/hZ4=";
};
vendorHash = "sha256-aVtlDzC+sbEWlUAzPkAryA/+dqSzoAFc02xikh6yhf8=";