monkeysAudio: 10.48 -> 10.49

This commit is contained in:
R. Ryantm 2024-02-11 05:49:45 +00:00
parent e72d6a1d3f
commit 33c7b128a3

View File

@ -5,13 +5,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
version = "10.48";
version = "10.49";
pname = "monkeys-audio";
src = fetchzip {
url = "https://monkeysaudio.com/files/MAC_${
builtins.concatStringsSep "" (lib.strings.splitString "." finalAttrs.version)}_SDK.zip";
hash = "sha256-ZVJ6Czn2PNumMoWQwhJD0tjOJp9a0GxuD8LUMC47aNw=";
hash = "sha256-OhTqBFNwmReMT1U11CIB7XCTohiILdd2nDFp+9nfObs=";
stripRoot = false;
};
nativeBuildInputs = [