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

monkeysAudio: 10.14 -> 10.16
This commit is contained in:
Weijia Wang 2023-07-05 13:58:06 +03:00 committed by GitHub
commit 1362cb3859
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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