diff --git a/flake.lock b/flake.lock index 436f7c2..b55e703 100644 --- a/flake.lock +++ b/flake.lock @@ -106,15 +106,16 @@ ] }, "locked": { - "lastModified": 1726943802, - "narHash": "sha256-Ooj+Io2qBvA1IOZ0Ueks4OYHN6ylhHTxSvkmwG1Wt4E=", - "owner": "Dr-42", + "lastModified": 1729154804, + "narHash": "sha256-hh35utNgzDIBVVRH/wW/puIhKSgVTqdWaF9/EpU3ZZc=", + "owner": "GaspardCulis", "repo": "end-rs", - "rev": "aced942e36ecd6d3ce4ab45cf1c79ca4e98f6267", + "rev": "242b9c3abeb1652a7993399e17f8da7595d74cd2", "type": "github" }, "original": { - "owner": "Dr-42", + "owner": "GaspardCulis", + "ref": "fix/deadlocks", "repo": "end-rs", "type": "github" } diff --git a/flake.nix b/flake.nix index 20d5417..725ae55 100644 --- a/flake.nix +++ b/flake.nix @@ -23,7 +23,7 @@ }; end-rs = { - url = "github:Dr-42/end-rs"; + url = "github:GaspardCulis/end-rs/fix/deadlocks"; inputs.nixpkgs.follows = "nixpkgs"; };