summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitchell Hashimoto <mitchell.hashimoto@gmail.com>2024-06-23 12:05:58 -0700
committerMitchell Hashimoto <mitchell.hashimoto@gmail.com>2024-06-24 15:16:24 -0700
commit5eff2d88a2bd7abc75f34efc9dafd0fee50fecdd (patch)
treef7cc47f8d55ff8cacb35113645ed72cceecd879c
parent2c2a830aa6c9bc1510e0bbdd3aca7480b90d530d (diff)
nix: update package to zig 0.13
-rw-r--r--flake.lock16
-rw-r--r--flake.nix2
-rw-r--r--nix/zigCacheHash.nix2
3 files changed, 2 insertions, 18 deletions
diff --git a/flake.lock b/flake.lock
index 5b0570c08..1523ed025 100644
--- a/flake.lock
+++ b/flake.lock
@@ -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"
diff --git a/flake.nix b/flake.nix
index f8a7f57b7..9bde321cf 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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";
diff --git a/nix/zigCacheHash.nix b/nix/zigCacheHash.nix
index 185984a52..cfce19528 100644
--- a/nix/zigCacheHash.nix
+++ b/nix/zigCacheHash.nix
@@ -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="