tailscale: 1.50.0 -> 1.50.1

Diff: https://github.com/tailscale/tailscale/compare/v1.50.0...v1.50.1
This commit is contained in:
seth 2023-10-02 17:33:39 -04:00
parent 0c19eb6916
commit b206b0817c
No known key found for this signature in database
GPG key ID: D31BD0D494BBEE86

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=";