diff --git a/flake.lock b/flake.lock index a3ec7690e..7234cedbf 100644 --- a/flake.lock +++ b/flake.lock @@ -230,17 +230,17 @@ "rust-overlay": "rust-overlay" }, "locked": { - "lastModified": 1706031173, - "narHash": "sha256-UMTpX0T2RXJ1Hz3OpPAmiH+oHfZyvMCWDvBgSit1TmE=", + "lastModified": 1706034620, + "narHash": "sha256-MK4o0vjQEreGJSoyl25X+ahHMo7ow702VN7ycBc2FrM=", "owner": "rainprotocol", "repo": "rainix", - "rev": "efd5bd6f2e5aa5db92fd73ffeb2053fb94391d45", + "rev": "266ea9341fcedb917bec179faa0e9e7a1811c7e9", "type": "github" }, "original": { "owner": "rainprotocol", "repo": "rainix", - "rev": "efd5bd6f2e5aa5db92fd73ffeb2053fb94391d45", + "rev": "266ea9341fcedb917bec179faa0e9e7a1811c7e9", "type": "github" } }, diff --git a/flake.nix b/flake.nix index caead7eb2..2769c8876 100644 --- a/flake.nix +++ b/flake.nix @@ -2,7 +2,7 @@ description = "Flake for development workflows."; inputs = { - rainix.url = "github:rainprotocol/rainix/efd5bd6f2e5aa5db92fd73ffeb2053fb94391d45"; + rainix.url = "github:rainprotocol/rainix/266ea9341fcedb917bec179faa0e9e7a1811c7e9"; flake-utils.url = "github:numtide/flake-utils"; };