mirror of
https://github.com/lunchcat/sif.git
synced 2026-06-12 19:11:25 -07:00
9f8045be22
the pinned nixpkgs shipped go 1.25.5 but go.mod now needs >= 1.25.7, so the flake build failed (GOTOOLCHAIN=local). bump the lock to a nixpkgs with go 1.26.3, and refresh the stale vendorHash for the current deps. `nix build` and `nix run github:vmfunc/sif` work again.
28 lines
569 B
JSON
28 lines
569 B
JSON
{
|
|
"nodes": {
|
|
"nixpkgs": {
|
|
"locked": {
|
|
"lastModified": 1780930886,
|
|
"narHash": "sha256-rppURzHviaQN131F+nLiLdGfcb0uCd9gGP0E5+iw9MI=",
|
|
"owner": "NixOS",
|
|
"repo": "nixpkgs",
|
|
"rev": "8c3cede7ddc26bd659d2d383b5610efbd2c7a16e",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "NixOS",
|
|
"ref": "nixpkgs-unstable",
|
|
"repo": "nixpkgs",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"root": {
|
|
"inputs": {
|
|
"nixpkgs": "nixpkgs"
|
|
}
|
|
}
|
|
},
|
|
"root": "root",
|
|
"version": 7
|
|
}
|