diff options
| author | Jeffrey C. Ollie <jeff@ocjtech.us> | 2025-03-07 11:46:30 -0600 |
|---|---|---|
| committer | Jeffrey C. Ollie <jeff@ocjtech.us> | 2025-03-07 11:46:30 -0600 |
| commit | 3ba4864f6cbbc80fdea01cd77fb0607a6ad6d4b4 (patch) | |
| tree | 4f9e142eb29c49e574fff2aa16e2b5bf0d1b07ad /flake.lock | |
| parent | 77e16770cc97bc69d9678d1f340dc5be5859a1d8 (diff) | |
core: update zig2nix to use explicit Zig version from Nix
This will avoid build breakage in the near future as Zig 0.14 is coming
to Nix.
Diffstat (limited to 'flake.lock')
| -rw-r--r-- | flake.lock | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/flake.lock b/flake.lock index 7905635b3..1faef3308 100644 --- a/flake.lock +++ b/flake.lock @@ -125,16 +125,16 @@ ] }, "locked": { - "lastModified": 1738263917, - "narHash": "sha256-j/3fwe2pEOquHabP/puljOKwAZFjIE9gXZqA91sC48M=", + "lastModified": 1741368279, + "narHash": "sha256-WTaC8HmnIq6O71iK0g9as404BbmS+YyEP5qS85m2JBY=", "owner": "jcollie", "repo": "zig2nix", - "rev": "c311d8e77a6ee0d995f40a6e10a89a3a4ab04f9a", + "rev": "672971b5b6911de21446ad4fc76dee677922eda0", "type": "github" }, "original": { "owner": "jcollie", - "ref": "c311d8e77a6ee0d995f40a6e10a89a3a4ab04f9a", + "ref": "672971b5b6911de21446ad4fc76dee677922eda0", "repo": "zig2nix", "type": "github" } |
