monkeysAudio: 9.20 -> 10.10

This commit is contained in:
R. Ryantm 2023-05-03 03:39:00 +00:00
parent 72453271bb
commit fe29eb5d37

View File

@ -5,13 +5,13 @@
}:
stdenv.mkDerivation rec {
version = "9.20";
version = "10.10";
pname = "monkeys-audio";
src = fetchzip {
url = "https://monkeysaudio.com/files/MAC_${
builtins.concatStringsSep "" (lib.strings.splitString "." version)}_SDK.zip";
sha256 = "sha256-8cJ88plR9jrrLdzRHzRotGBrn6qIqOWvl+oOTXxY/TE=";
sha256 = "sha256-fDH7F9xLfR9Q2T3HCirBWdKB7Kb1vxyo8g0PNzHzMCY=";
stripRoot = false;
};
nativeBuildInputs = [