Unverified Commit c131d3b1 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #231261 from 06kellyjac/tailscale

tailscale: 1.40.0 -> 1.40.1
parents 4ef0dd85 d9668c2e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

buildGoModule rec {
  pname = "tailscale";
  version = "1.40.0";
  version = "1.40.1";

  src = fetchFromGitHub {
    owner = "tailscale";
    repo = "tailscale";
    rev = "v${version}";
    hash = "sha256-iPf3ams613VHPesbxoBaaw9eav5p781+wEmbJ+15yfY=";
    hash = "sha256-OCKWr62peDrh6zQVAS2iPPzgB1uZb1Fev23szvNNPkE=";
  };
  vendorHash = "sha256-lirn07XE3JOS6oiwZBMwxzywkbXHowOJUMWWLrZtccY=";