flake.lock/go.mod.sri: update flake version info (#16631)

Update nixpkgs-unstable to include newer golang
to satisfy go.mod requirement of 1.24.4

Update vendor hash to current.

Updates #15015

Signed-off-by: Mike O'Driscoll <mikeo@tailscale.com>
This commit is contained in:
Mike O'Driscoll 2025-07-23 11:25:05 -04:00 committed by GitHub
parent 1ae6a97a73
commit f1f334b23d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 8 additions and 7 deletions

View File

@ -8,7 +8,7 @@ on:
- main - main
paths: paths:
- go.mod - go.mod
- .github/workflows/update-flakes.yml - .github/workflows/update-flake.yml
workflow_dispatch: workflow_dispatch:
concurrency: concurrency:

6
flake.lock generated
View File

@ -36,11 +36,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1743938762, "lastModified": 1753151930,
"narHash": "sha256-UgFYn8sGv9B8PoFpUfCa43CjMZBl1x/ShQhRDHBFQdI=", "narHash": "sha256-XSQy6wRKHhRe//iVY5lS/ZpI/Jn6crWI8fQzl647wCg=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "74a40410369a1c35ee09b8a1abee6f4acbedc059", "rev": "83e677f31c84212343f4cc553bab85c2efcad60a",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -130,4 +130,5 @@
in in
flake-utils.lib.eachDefaultSystem (system: flakeForSystem nixpkgs system); flake-utils.lib.eachDefaultSystem (system: flakeForSystem nixpkgs system);
} }
# nix-direnv cache busting line: sha256-av4kr09rjNRmag94ziNjJuI/cg8b8lAD3Tk24t/ezH4= # nix-direnv cache busting line: sha256-4QTSspHLYJfzlontQ7msXyOB5gzq7ZwSvWmKuYY5klA=

View File

@ -1 +1 @@
sha256-av4kr09rjNRmag94ziNjJuI/cg8b8lAD3Tk24t/ezH4= sha256-4QTSspHLYJfzlontQ7msXyOB5gzq7ZwSvWmKuYY5klA=

View File

@ -16,4 +16,4 @@
) { ) {
src = ./.; src = ./.;
}).shellNix }).shellNix
# nix-direnv cache busting line: sha256-av4kr09rjNRmag94ziNjJuI/cg8b8lAD3Tk24t/ezH4= # nix-direnv cache busting line: sha256-4QTSspHLYJfzlontQ7msXyOB5gzq7ZwSvWmKuYY5klA=