monkeysAudio: 10.44 -> 10.48

This commit is contained in:
R. Ryantm 2024-02-04 03:13:07 +00:00
parent 61ef96ff00
commit 8d30441d4a

View File

@ -5,13 +5,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
version = "10.44";
version = "10.48";
pname = "monkeys-audio";
src = fetchzip {
url = "https://monkeysaudio.com/files/MAC_${
builtins.concatStringsSep "" (lib.strings.splitString "." finalAttrs.version)}_SDK.zip";
sha256 = "sha256-1JuzlCp9CI979ZT3a3zYfJIowrtQ42p1f9PPG6clQ4s=";
sha256 = "sha256-ZVJ6Czn2PNumMoWQwhJD0tjOJp9a0GxuD8LUMC47aNw=";
stripRoot = false;
};
nativeBuildInputs = [