Skip to content

Commit

Permalink
Merge pull request NixOS#303955 from r-ryantm/auto-update/tailscale-n…
Browse files Browse the repository at this point in the history
…ginx-auth

tailscale-nginx-auth: 1.62.1 -> 1.64.0
  • Loading branch information
wegank authored Apr 15, 2024
2 parents cd1d8ac + 7533dac commit 3e3a00c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/ta/tailscale-nginx-auth/package.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ lib, stdenv, buildGoModule, fetchFromGitHub }:

let
version = "1.62.1";
version = "1.64.0";
in
buildGoModule {
pname = "tailscale-nginx-auth";
Expand All @@ -11,9 +11,9 @@ buildGoModule {
owner = "tailscale";
repo = "tailscale";
rev = "v${version}";
hash = "sha256-gV1k+8n6vuL9q4hNaMdQLf6083Em+CC7/uTdUpehbUU=";
hash = "sha256-qBZoiqhBMBNbeytDBH+sOxxsVjOcH6vnSgIufx+Op04=";
};
vendorHash = "sha256-jyRjT/CQBlmjHzilxJvMuzZQlGyJB4X/yISgWjBVDxc=";
vendorHash = "sha256-pYeHqYd2cCOVQlD1r2lh//KC+732H0lj1fPDBr+W8qA=";

CGO_ENABLED = 0;

Expand Down

0 comments on commit 3e3a00c

Please sign in to comment.