From 6088d0e2952aa398e95e5bbba60b19af81451290 Mon Sep 17 00:00:00 2001 From: Jason Volk Date: Sat, 14 Jun 2025 23:23:51 +0000 Subject: [PATCH] Update nix flake. (closes #64) Signed-off-by: Jason Volk --- flake.lock | 24 ++++++++++++------------ flake.nix | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/flake.lock b/flake.lock index 5f2ebc6b..130260df 100644 --- a/flake.lock +++ b/flake.lock @@ -170,11 +170,11 @@ "rust-analyzer-src": "rust-analyzer-src" }, "locked": { - "lastModified": 1749710537, - "narHash": "sha256-Jte1NonRzaKF6UpPL5FujKHVTVvc8CAIj8fK+X/0qVM=", + "lastModified": 1749883145, + "narHash": "sha256-RlcGw3vAnbI3cfZn8aFaovNUd7312VZh+/FDWkqdA7E=", "owner": "nix-community", "repo": "fenix", - "rev": "b8fda10da7629d856086bbc1e21164c2d55691e3", + "rev": "a804172f150bcf81262655324e583bb0cd0f28dd", "type": "github" }, "original": { @@ -363,11 +363,11 @@ "liburing": { "flake": false, "locked": { - "lastModified": 1749679056, - "narHash": "sha256-wU1Cx7ctShGHqRTaZx6Vfr5dWVLPYGqcdy4eX2/qyrQ=", + "lastModified": 1749816983, + "narHash": "sha256-p5hXfDe53Y4MVwL2+wKZYpy4OPGvqFFnOEvkMsFAO6c=", "owner": "axboe", "repo": "liburing", - "rev": "4bb1b84dbea5055246d1cd0583890644dd9345bc", + "rev": "ad83d3ab64894c16eaf21ef869656a5bddb93ca4", "type": "github" }, "original": { @@ -533,11 +533,11 @@ }, "nixpkgs_5": { "locked": { - "lastModified": 1749743618, - "narHash": "sha256-ibsz06u1jlWyH7YURnRhLQn38Tuc5zwknr00suFjvfA=", + "lastModified": 1749871736, + "narHash": "sha256-K9yBph93OLTNw02Q6e9CYFGrUhvEXnh45vrZqIRWfvQ=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "8d6cdc7756817e0c4b24567271634a44bcf80752", + "rev": "6afe187897bef7933475e6af374c893f4c84a293", "type": "github" }, "original": { @@ -582,11 +582,11 @@ "rust-analyzer-src": { "flake": false, "locked": { - "lastModified": 1749671345, - "narHash": "sha256-ewwoJOGE6sMnfXQkydmmjT6ixo1JetBZO0tDEENjOb8=", + "lastModified": 1749829309, + "narHash": "sha256-t6x6/PKg8Shnkd3htrxf3WMgycfRLRWvN9JHAmGWf+s=", "owner": "rust-lang", "repo": "rust-analyzer", - "rev": "5b2c8bc9ae90b4ad92dbeb7e52a7f5cbf5ba4d53", + "rev": "a497f4114ccf24978accb56190e60d1e1659e0c7", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index fced0609..ede47559 100644 --- a/flake.nix +++ b/flake.nix @@ -65,7 +65,7 @@ postPatch = pkgs.lib.optionalString (pkgs.lib.versionOlder final.version "8") '' # Fix gcc-13 build failures due to missing and - # includes, fixed upstyream sice 8.x + # includes, fixed upstream since 8.x sed -e '1i #include ' -i db/compaction/compaction_iteration_stats.h sed -e '1i #include ' -i table/block_based/data_block_hash_index.h sed -e '1i #include ' -i util/string_util.h