File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1919 formatter = eachSystem ( pkgs : pkgs . nixpkgs-fmt ) ;
2020
2121 devShells = eachSystem ( pkgs : {
22- default = pkgs . mkShell { buildInputs = [ pkgs . go_1_23 ] ; } ;
22+ default = pkgs . mkShell { buildInputs = [ pkgs . go_1_24 ] ; } ;
2323 } ) ;
2424
2525 packages = eachSystem ( pkgs : {
3939 "-X tailscale.com/version.longStamp=${ tsVersion } "
4040 "-X tailscale.com/version.shortStamp=${ tsVersion } "
4141 ] ;
42- vendorHash = "sha256-k3BxPRTgoJM0oCixDVA2k44ztdAUZO4IcO2/QB19HvU =" ; # SHA based on vendoring go.mod
42+ vendorHash = "sha256-xofqq3i5F925eAc2qNokNisfCR+xslGNoSZaHcSrWuo =" ; # SHA based on vendoring go.mod
4343 } ;
4444 } ) ;
4545
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ require (
66 github.com/google/go-cmp v0.6.0
77 golang.org/x/net v0.36.0
88 modernc.org/sqlite v1.19.4
9- tailscale.com v1.82.0
9+ tailscale.com v1.82.5
1010)
1111
1212require (
Original file line number Diff line number Diff line change @@ -272,5 +272,5 @@ modernc.org/z v1.7.0 h1:xkDw/KepgEjeizO2sNco+hqYkU12taxQFqPEmgm1GWE=
272272modernc.org/z v1.7.0 /go.mod h1:hVdgNMh8ggTuRG1rGU8x+xGRFfiQUIAw0ZqlPy8+HyQ =
273273software.sslmate.com/src/go-pkcs12 v0.4.0 h1:H2g08FrTvSFKUj+D309j1DPfk5APnIdAQAB8aEykJ5k =
274274software.sslmate.com/src/go-pkcs12 v0.4.0 /go.mod h1:Qiz0EyvDRJjjxGyUQa2cCNZn/wMyzrRJ/qcDXOQazLI =
275- tailscale.com v1.82.0 h1:pposomel4h6Je4brJydcdc2ixNQWDaZyGr5v5MdRr/o =
276- tailscale.com v1.82.0 /go.mod h1:iU6kohVzG+bP0/5XjqBAnW8/6nSG/Du++bO+x7VJZD0 =
275+ tailscale.com v1.82.5 h1:p5owmyPoPM1tFVHR3LjquFuLfpZLzafvhe5kjVavHtE =
276+ tailscale.com v1.82.5 /go.mod h1:iU6kohVzG+bP0/5XjqBAnW8/6nSG/Du++bO+x7VJZD0 =
You can’t perform that action at this time.
0 commit comments