ChowCentaur: rename to chow-centaur

This commit is contained in:
Zitrone 2024-06-12 04:33:44 +02:00 committed by Zitrone
parent 40c832b32c
commit a479d38d70
No known key found for this signature in database
GPG Key ID: 54767E8E66ABED22
3 changed files with 5 additions and 6 deletions

View File

@ -2,14 +2,14 @@
, xcbutilcursor, xcbutilkeysyms, xcbutil, libXrandr, libXinerama, libXcursor
, alsa-lib, libjack2, lv2, gcc-unwrapped }:
stdenv.mkDerivation rec {
pname = "ChowCentaur";
stdenv.mkDerivation (finalAttrs: {
pname = "chow-centaur";
version = "1.4.0";
src = fetchFromGitHub {
owner = "jatinchowdhury18";
repo = "KlonCentaur";
rev = "v${version}";
rev = "v${finalAttrs.version}";
sha256 = "0mrzlf4a6f25xd7z9xanpyq7ybb4al01dzpjsgi0jkmlmadyhc4h";
fetchSubmodules = true;
};
@ -50,4 +50,4 @@ stdenv.mkDerivation rec {
platforms = [ "x86_64-linux" ];
maintainers = with maintainers; [ magnetophon ];
};
}
})

View File

@ -176,6 +176,7 @@ mapAliases ({
chia-plotter = throw "chia-plotter has been removed. see https://github.com/NixOS/nixpkgs/pull/270254"; # Added 2023-11-30
chkservice = throw "chkservice has been removed from nixpkgs, as it has been deleted upstream"; # Added 2024-01-08
chocolateDoom = chocolate-doom; # Added 2023-05-01
ChowCentaur = chow-centaur; # Added 2024-06-12
CHOWTapeModel = chow-tape-model; # Added 2024-06-12
chrome-gnome-shell = gnome-browser-connector; # Added 2022-07-27
chromiumBeta = throw "'chromiumBeta' has been removed due to the lack of maintenance in nixpkgs. Consider using 'chromium' instead."; # Added 2023-10-18

View File

@ -29973,8 +29973,6 @@ with pkgs;
cgif = callPackage ../tools/graphics/cgif { };
ChowCentaur = callPackage ../applications/audio/ChowCentaur { };
ChowKick = callPackage ../applications/audio/ChowKick { };
ChowPhaser = callPackage ../applications/audio/ChowPhaser { };