We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4325e91 + 2705faf commit 0a83e81Copy full SHA for 0a83e81
pkgs/by-name/mo/monkeysAudio/package.nix
@@ -6,12 +6,12 @@
6
}:
7
8
stdenv.mkDerivation (finalAttrs: {
9
- version = "10.87";
+ version = "10.91";
10
pname = "monkeys-audio";
11
12
src = fetchzip {
13
url = "https://monkeysaudio.com/files/MAC_${builtins.concatStringsSep "" (lib.strings.splitString "." finalAttrs.version)}_SDK.zip";
14
- hash = "sha256-IKOFJMt/9auQEQmRksoByS4UEkKorCurvnIxe8VsAI0=";
+ hash = "sha256-EQXYfyiSwSKbjJViTR4RdzCX3SRmc7WGt8cNytuiWC8=";
15
stripRoot = false;
16
};
17
0 commit comments