Unverified Commit d9d82a88 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #258673 from getchoo/tailscale-update

tailscale: 1.50.0 -> 1.50.1
parents 3b7cb313 b206b081
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
{ 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=";