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

monkeysAudio: 10.49 -> 10.52
This commit is contained in:
Doron Behar 2024-03-01 15:52:31 +02:00 committed by GitHub
commit e2e25d84e1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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