Merge pull request #287951 from r-ryantm/auto-update/monkeysAudio

monkeysAudio: 10.48 -> 10.49
This commit is contained in:
Doron Behar
2024-02-11 15:32:27 +02:00
committed by GitHub
@@ -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 = [