trying to make u-he package

This commit is contained in:
Matt Nish-Lapidus 2024-11-30 18:39:02 -05:00
parent 204a1d6b8f
commit 0db7b6f402
4 changed files with 46 additions and 7 deletions

View file

@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
version = "latest";
src = fetchurl {
url = "https://audioassaultdownloads.s3.amazonaws.com/AmpLocker/AmpLocker109/AmpLockerLinux.zip";
sha256 = "sha256-aZPDjhCk6xbTHGeZi+WbSVz0qphCIeeqFH5hE6it7z4=";
sha256 = "sha256-H36j6w4BrFe+0hStVNGs4FoHnIlQE+D++osq+trHYh0=";
};
nativeBuildInputs = [ makeWrapper unzip autoPatchelfHook ];
buildInputs = with pkgs; [