Unverified Commit 0d3c0181 authored by Philip Taron's avatar Philip Taron Committed by GitHub
Browse files

tailscale: 1.88.1 -> 1.88.3 (#446102)

parents e11e848c 052411ad
Loading
Loading
Loading
Loading
+9 −10
Original line number Diff line number Diff line
{
  lib,
  tailscale,
  buildGo124Module,
  buildGoModule,
}:

buildGo124Module {
  inherit (tailscale)
    version
    src
    vendorHash
    ;
buildGoModule {
  pname = "tailscale-gitops-pusher";
  inherit (tailscale) version;

  # It's hosted in the `tailscale` monorepo.
  inherit (tailscale) src vendorHash;

  env = {
    inherit (tailscale) CGO_ENABLED;
@@ -27,11 +26,11 @@ buildGo124Module {
    "-X tailscale.com/version.shortStamp=${tailscale.version}"
  ];

  meta = with lib; {
  meta = {
    homepage = "https://tailscale.com";
    description = "Allows users to use a GitOps flow for managing Tailscale ACLs";
    license = licenses.bsd3;
    license = lib.licenses.bsd3;
    mainProgram = "gitops-pusher";
    teams = [ teams.cyberus ];
    teams = [ lib.teams.cyberus ];
  };
}
+2 −2
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@

buildGoModule (finalAttrs: {
  pname = "tailscale";
  version = "1.88.1";
  version = "1.88.3";

  outputs = [
    "out"
@@ -35,7 +35,7 @@ buildGoModule (finalAttrs: {
    owner = "tailscale";
    repo = "tailscale";
    tag = "v${finalAttrs.version}";
    hash = "sha256-hpj5yS02rQEGAu4VwHDTVx6SIOw7DQFv9SKkJtal6kk=";
    hash = "sha256-gw4oexTyJGeBkCd07RQQdfY14xArgVIMDHKrWu9K+9Q=";
  };

  vendorHash = "sha256-8aE6dWMkTLdWRD9WnLVSzpOQQh61voEnjZAJHtbGCSs=";