nix: update package to zig 0.13

This commit is contained in:
Mitchell Hashimoto 2024-06-23 12:05:58 -07:00
parent 2c2a830aa6
commit 5eff2d88a2
No known key found for this signature in database
GPG Key ID: 523D5DC389D273BC
3 changed files with 2 additions and 18 deletions

16
flake.lock generated
View File

@ -16,22 +16,6 @@
"type": "github"
}
},
"flake-compat_2": {
"flake": false,
"locked": {
"lastModified": 1673956053,
"narHash": "sha256-4gtG9iQuiKITOjNQQeQIpoIB6b16fm+504Ch3sNKLd8=",
"owner": "edolstra",
"repo": "flake-compat",
"rev": "35bb57c0c8d8b62bbfd284272c928ceb64ddbde9",
"type": "github"
},
"original": {
"owner": "edolstra",
"repo": "flake-compat",
"type": "github"
}
},
"flake-utils": {
"inputs": {
"systems": "systems"

View File

@ -45,7 +45,7 @@
packages.${system} = let
mkArgs = optimize: {
inherit (pkgs-unstable) zig_0_12 lib;
inherit (pkgs-unstable) zig_0_13 lib;
inherit optimize;
revision = self.shortRev or self.dirtyShortRev or "dirty";

View File

@ -1,3 +1,3 @@
# This file is auto-generated! check build-support/check-zig-cache-hash.sh for
# more details.
"sha256-C+YVTjCuEDLZYZ9/bXfTI2bYVUKUtmxMQsttEcBJQwM="
"sha256-TPQoLarpZ+aWOraB7i9augg+/VYrQwKuxxu5t2F1fKw="