Merge pull request #230476 from r-ryantm/auto-update/monkeysAudio

monkeysAudio: 10.10 -> 10.11
This commit is contained in:
Doron Behar 2023-05-07 14:50:36 +03:00 committed by GitHub
commit 24b162805d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = [