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

monkeysAudio: 10.60 -> 10.71
This commit is contained in:
Doron Behar 2024-05-01 13:29:46 +03:00 committed by GitHub
commit a973fb812d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,13 +5,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
version = "10.60";
version = "10.71";
pname = "monkeys-audio";
src = fetchzip {
url = "https://monkeysaudio.com/files/MAC_${
builtins.concatStringsSep "" (lib.strings.splitString "." finalAttrs.version)}_SDK.zip";
hash = "sha256-llOo9G65UDDCzaSahq5qssw6SmOJ5C9qS2bdXB/pKF0=";
hash = "sha256-YHPC+dHfvRSr6GldWSlgCGt/wuO/WXQGRliarnM8/AU=";
stripRoot = false;
};
nativeBuildInputs = [