3
0
Fork 0
forked from mirrors/nixpkgs

monkeysAudio: 10.11 -> 10.13

This commit is contained in:
R. Ryantm 2023-05-25 04:30:35 +00:00
parent 105037c7cf
commit 84cf3aaad3

View file

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