From 91f4e896a5caf2730ac6f87b87372ae515229ad8 Mon Sep 17 00:00:00 2001 From: Natsu Kagami Date: Thu, 29 Feb 2024 14:27:12 +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 c717423..c18ddc9 100644 --- a/flake.lock +++ b/flake.lock @@ -1544,16 +1544,15 @@ "nixpkgs": "nixpkgs_11" }, "locked": { - "lastModified": 1708216543, - "narHash": "sha256-+13qbgTB40KI74Lo35jE0erstY5eIVGCaT1YY36wrYo=", + "lastModified": 1709212986, + "narHash": "sha256-Jfa4WRKqcM3bJgpD32rlwEMHc/nBTAa0sChUFgkyj+Y=", "owner": "natsukagami", "repo": "youmubot", - "rev": "8a4709f541bda77386aed883f14ccece18238d2c", + "rev": "d158d4015ec13e6e9662d15afa3293b04bcd8277", "type": "github" }, "original": { "owner": "natsukagami", - "ref": "serenity-0.12", "repo": "youmubot", "type": "github" } diff --git a/flake.nix b/flake.nix index 15b3b20..1fac7c7 100644 --- a/flake.nix +++ b/flake.nix @@ -27,7 +27,7 @@ # --- # Imported apps - youmubot.url = "github:natsukagami/youmubot/serenity-0.12"; + youmubot.url = "github:natsukagami/youmubot"; swayfx = { url = github:WillPower3309/swayfx; inputs.nixpkgs.follows = "nixpkgs";