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

monkeysAudio: 10.38 -> 10.40
This commit is contained in:
Doron Behar 2024-01-07 07:21:42 +00:00 committed by GitHub
commit ab1fc93266
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,13 +5,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
version = "10.38";
version = "10.40";
pname = "monkeys-audio";
src = fetchzip {
url = "https://monkeysaudio.com/files/MAC_${
builtins.concatStringsSep "" (lib.strings.splitString "." finalAttrs.version)}_SDK.zip";
sha256 = "sha256-cVWwbzKyoBYiSPjMVzCGhPr2gPPWp+ateBqzPZojRP0=";
sha256 = "sha256-UHQSZM5AjODtgg0Pgi2N8tLKRI9Qg1CotPx2KoJk1wQ=";
stripRoot = false;
};
nativeBuildInputs = [