From 1473d71b40aeb71e5cc8c0c5b4fa55af28a7b6c6 Mon Sep 17 00:00:00 2001 From: morguldir Date: Tue, 21 Jan 2025 12:11:03 +0100 Subject: [PATCH] rocksdb: revert commit that sometimes causes deadlocks with corrupt WAL Signed-off-by: morguldir --- flake.lock | 10 +++++----- flake.nix | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/flake.lock b/flake.lock index 210e8e08..b393b745 100644 --- a/flake.lock +++ b/flake.lock @@ -567,15 +567,15 @@ "rocksdb": { "flake": false, "locked": { - "lastModified": 1734469478, - "narHash": "sha256-IcQ4N8xADYal79K+ONmNq4RLlIwdgUqgrVzgNgiIaG8=", - "owner": "girlbossceo", + "lastModified": 1737131494, + "narHash": "sha256-8Ev6zzhNPU798JNvU27a7gj5X+6SDG3jBweUkQ59DbA=", + "owner": "morguldir", "repo": "rocksdb", - "rev": "8b4808e7de2fbb5d119d8d72cdca76d8ab84bc47", + "rev": "3a00c5c139d5e7d3cac707ed198d51ec248b25ee", "type": "github" }, "original": { - "owner": "girlbossceo", + "owner": "morguldir", "ref": "v9.9.3", "repo": "rocksdb", "type": "github" diff --git a/flake.nix b/flake.nix index 920d3d14..a14411c9 100644 --- a/flake.nix +++ b/flake.nix @@ -9,7 +9,7 @@ flake-utils.url = "github:numtide/flake-utils?ref=main"; nix-filter.url = "github:numtide/nix-filter?ref=main"; nixpkgs.url = "github:NixOS/nixpkgs?ref=nixpkgs-unstable"; - rocksdb = { url = "github:girlbossceo/rocksdb?ref=v9.9.3"; flake = false; }; + rocksdb = { url = "github:morguldir/rocksdb?ref=v9.9.3"; flake = false; }; liburing = { url = "github:axboe/liburing?ref=master"; flake = false; }; };