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

monkeysAudio: 10.16 -> 10.17
This commit is contained in:
Doron Behar 2023-07-17 16:57:06 +00:00 committed by GitHub
commit 335a69d8d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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