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

monkeysAudio: 10.72 -> 10.74
This commit is contained in:
Doron Behar 2024-07-07 10:19:27 +03:00 committed by GitHub
commit 70aac670bc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,13 +5,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
version = "10.72";
version = "10.74";
pname = "monkeys-audio";
src = fetchzip {
url = "https://monkeysaudio.com/files/MAC_${
builtins.concatStringsSep "" (lib.strings.splitString "." finalAttrs.version)}_SDK.zip";
hash = "sha256-vtpQhCV1hkme69liTO13vz+kxpA3zJ+U1In/4z6qLbQ=";
hash = "sha256-AxRADWS5Ka62NLj6IqX5uF39mPxoWy+zQZQ7A2+DM7Y=";
stripRoot = false;
};
nativeBuildInputs = [