From a1cc06cfea1a6e2ed2f098d50581413461ad6999 Mon Sep 17 00:00:00 2001 From: Natsu Kagami Date: Fri, 21 Feb 2025 02:43:06 +0100 Subject: [PATCH] Update youmubot --- flake.lock | 7 +++---- flake.nix | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index 119f58a..1ddbaec 100644 --- a/flake.lock +++ b/flake.lock @@ -1676,16 +1676,15 @@ "rust-overlay": "rust-overlay_4" }, "locked": { - "lastModified": 1737051126, - "narHash": "sha256-RXdUcprutFE53CwSyimRsiodETsCz6nrarJlh1aMD/M=", + "lastModified": 1740088478, + "narHash": "sha256-olqbNvJ5Uk1LseAC1zYDSL0BPLhPxkQG8EhO/3zhKRw=", "owner": "natsukagami", "repo": "youmubot", - "rev": "2f49f09a279f9cc20e2ea1dc312e213442cc7bf3", + "rev": "a35563801dbf74c6f221aac3e70146572e3fe14e", "type": "github" }, "original": { "owner": "natsukagami", - "ref": "osu-commands", "repo": "youmubot", "type": "github" } diff --git a/flake.nix b/flake.nix index bb13c06..d9edba7 100644 --- a/flake.nix +++ b/flake.nix @@ -37,7 +37,7 @@ # --- # Imported apps - youmubot.url = "github:natsukagami/youmubot/osu-commands"; + youmubot.url = "github:natsukagami/youmubot"; # swayfx = { # url = github:WillPower3309/swayfx; # inputs.nixpkgs.follows = "nixpkgs";