monkeysAudio: 10.14 -> 10.16

This commit is contained in:
R. Ryantm 2023-07-05 05:31:33 +00:00
parent 94b586b853
commit 72fccb1248

View File

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