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

monkeysAudio: 10.11 -> 10.13
This commit is contained in:
Doron Behar 2023-05-25 10:04:13 +03:00 committed by GitHub
commit 4f51cc78ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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