From 3a18be3b9c794a611633092b7c041f4b93cf985b Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Thu, 24 Oct 2024 19:20:50 -0400 Subject: [PATCH] rofi-bluetooth: fix spelling error in repo name --- pkgs/rofi-bluetooth.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/rofi-bluetooth.nix b/pkgs/rofi-bluetooth.nix index edf872e5..7baccbb4 100644 --- a/pkgs/rofi-bluetooth.nix +++ b/pkgs/rofi-bluetooth.nix @@ -12,7 +12,7 @@ stdenv.mkDerivation { src = fetchFromGitHub { owner = "alyraffauf"; - repo = "rofi-blueooth"; + repo = "rofi-bluetooth"; rev = "50252e4a9aebe4899a6ef2f7bc11d91b7e4aa8ae"; sha256 = "sha256-o0Sr3/888L/2KzZZP/EcXx+8ZUzdHB/I/VIeVuJvJks="; };