flake updates and removing some old stuff
This commit is contained in:
parent
3282662603
commit
be11758884
4 changed files with 19 additions and 24 deletions
|
@ -4,8 +4,8 @@ stdenv.mkDerivation rec {
|
|||
pname = "xenia";
|
||||
version = "latest";
|
||||
src = fetchurl {
|
||||
url = "https://dsp56300.com/builds/xenia/beta/DSP56300Emu-1.4.2-Linux_x86_64-Xenia-CLAP.zip";
|
||||
sha256 = "sha256-ANM8teo324b+lsWfJVMhZfqEnNIN1JTGw7D/AAkCw0s=";
|
||||
url = "https://dsp56300.com/builds/xenia/beta/DSP56300Emu-1.4.4-Linux_x86_64-Xenia-CLAP.zip";
|
||||
sha256 = "sha256-UdWkQYiG5J30SvESrHZWfk7PFlKfUDHsbFtRoVukX3s=";
|
||||
};
|
||||
nativeBuildInputs = [ makeWrapper unzip autoPatchelfHook ];
|
||||
buildInputs = with pkgs; [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue