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

monkeysAudio: 10.17 -> 10.19
This commit is contained in:
Doron Behar 2023-08-25 08:43:23 +00:00 committed by GitHub
commit 4ab9330c37
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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