From 492ad7081f10c1bed2b143a9824fffce08faae44 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 02:45:03 +0000 Subject: [PATCH 1/2] chore(deps): lock file maintenance (flake.nix) --- flake.lock | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/flake.lock b/flake.lock index fcb304b811..7d4fed8524 100644 --- a/flake.lock +++ b/flake.lock @@ -2,11 +2,11 @@ "nodes": { "filter": { "locked": { - "lastModified": 1731533336, - "narHash": "sha256-oRam5PS1vcrr5UPgALW0eo1m/5/pls27Z/pabHNy2Ms=", + "lastModified": 1757882181, + "narHash": "sha256-+cCxYIh2UNalTz364p+QYmWHs0P+6wDhiWR4jDIKQIU=", "owner": "numtide", "repo": "nix-filter", - "rev": "f7653272fd234696ae94229839a99b73c9ab7de0", + "rev": "59c44d1909c72441144b93cf0f054be7fe764de5", "type": "github" }, "original": { @@ -33,11 +33,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1756159630, - "narHash": "sha256-ohMvsjtSVdT/bruXf5ClBh8ZYXRmD4krmjKrXhEvwMg=", + "lastModified": 1760164275, + "narHash": "sha256-gKl2Gtro/LNf8P+4L3S2RsZ0G390ccd5MyXYrTdMCFE=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "84c256e42600cb0fdf25763b48d28df2f25a0c8b", + "rev": "362791944032cb532aabbeed7887a441496d5e6e", "type": "github" }, "original": { @@ -57,11 +57,11 @@ }, "shell-hooks": { "locked": { - "lastModified": 1743157406, - "narHash": "sha256-hiqB8N5JKZFj+cCVQ9AkLAkQtUq/ubXLZH+b9RF5Sss=", + "lastModified": 1758897240, + "narHash": "sha256-w1H9x3l7YT3SvuLzAS04BuyypFtj4MBGFxIqazpLVLE=", "owner": "vlaci", "repo": "nix-shell-hooks", - "rev": "731a32c2d06589608437a7fce65e73559f7d10f7", + "rev": "255e44a37b5e55534ec4f105e430708783b4f832", "type": "github" }, "original": { From ac9830dc3864ce96648ce8c72ecc822998aa1e27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Vask=C3=B3?= <1771332+vlaci@users.noreply.github.com> Date: Thu, 16 Oct 2025 12:51:23 +0200 Subject: [PATCH 2/2] Revert "fix(nix): add patch fixing breakage of treelib in nixpkgs" This reverts commit 2abbf905ff33dacdfe3f3f8701076e7faad5813f. --- flake.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/flake.nix b/flake.nix index 0bc8fc551a..157e358b6a 100644 --- a/flake.nix +++ b/flake.nix @@ -36,11 +36,6 @@ # Temporary patches for nixpkgs required for current unblob nixpkgsPatches = [ - # treelib: fix build - { - url = "https://github.com/NixOS/nixpkgs/pull/438230/commits/dc683065d9bd488008f56e8b7c5928563300001a.patch"; - hash = "sha256-V2SoaLpE46+J0L/KlVzASZtL8pUPbHu6B8VgcCPBaxw="; - } ]; # Helper function to generate an attrset '{ x86_64-linux = f "x86_64-linux"; ... }'.