Merge pull request #236583 from doronbehar/pkg/monkeysAudio

monkeysAudio: 10.13 -> 10.14
This commit is contained in:
Nick Cao 2023-06-08 21:08:45 -06:00 committed by GitHub
commit 75a9204c71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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