monkeysAudio: 10.16 -> 10.17

This commit is contained in:
R. Ryantm 2023-07-17 16:00:51 +00:00
parent fdf0e8f80a
commit 414c4b691e

View file

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