monkeysAudio: 10.10 -> 10.11

This commit is contained in:
R. Ryantm 2023-05-07 09:31:35 +00:00
parent 78963777a4
commit 3663cde699

View file

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