flake updates and removing some old stuff

This commit is contained in:
Matt Nish-Lapidus 2025-03-09 11:30:44 -04:00
parent 3282662603
commit be11758884
4 changed files with 19 additions and 24 deletions

View file

@ -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; [