mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 09:14:28 +00:00
BeatSaberModManager: rename to beatsabermodmanager
This commit is contained in:
parent
6f35d8d794
commit
0aa14eb2c8
@ -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
|
@ -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
|
||||
|
@ -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;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user