Merge pull request #320223 from quantenzitrone/beatsabermodmanager

BeatSaberModManager: rename to beatsabermodmanager
This commit is contained in:
Atemu 2024-06-16 22:05:02 +02:00 committed by GitHub
commit 3619ebfe78
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 3 additions and 4 deletions

View File

@ -18,12 +18,12 @@
}:
buildDotnetModule rec {
pname = "BeatSaberModManager";
pname = "beatsabermodmanager";
version = "0.0.5";
src = fetchFromGitHub {
owner = "affederaffe";
repo = pname;
repo = "BeatSaberModManager";
rev = "v${version}";
sha256 = "sha256-HHWC+MAwJ+AMCuBzSuR7FbW3k+wLri0B9J1DftyfNEU=";
fetchSubmodules = true; # It vendors BSIPA-Linux

View File

@ -109,6 +109,7 @@ mapAliases ({
bash_5 = bash; # Added 2021-08-20
bazel_3 = throw "bazel 3 is past end of life as it is not an lts version"; # Added 2023-02-02
bazel_4 = throw "'bazel_4' has been removed from nixpkgs as it has reached end of life"; # Added 2024-01-23
BeatSaberModManager = beatsabermodmanager; # Added 2024-06-12
bedup = throw "bedup was removed because it was broken and abandoned upstream"; # added 2023-02-04
bee-unstable = throw "bee-unstable has been removed, use 'bee' instead"; # Added 2024-02-12
bee-clef = throw "bee-clef has been removed as the upstream project was archived"; # Added 2024-02-12

View File

@ -4197,8 +4197,6 @@ with pkgs;
beats = callPackage ../tools/misc/beats { };
BeatSaberModManager = callPackage ../games/BeatSaberModManager/default.nix { };
beauty-line-icon-theme = callPackage ../data/icons/beauty-line-icon-theme {
inherit (plasma5Packages) breeze-icons;
};