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.
1 parent 929116e commit f3e27bcCopy full SHA for f3e27bc
pkgs/by-name/mo/monkeysAudio/package.nix
@@ -5,13 +5,13 @@
5
}:
6
7
stdenv.mkDerivation (finalAttrs: {
8
- version = "10.81";
+ version = "10.83";
9
pname = "monkeys-audio";
10
11
src = fetchzip {
12
url = "https://monkeysaudio.com/files/MAC_${
13
builtins.concatStringsSep "" (lib.strings.splitString "." finalAttrs.version)}_SDK.zip";
14
- hash = "sha256-sI2u+H/ewva9r+g5xSNqal0DMul+a9Y4FV6dEzulvSI=";
+ hash = "sha256-QPd3YlQ2IYAqIIau3RVb2FcdE4obQjg5bZi6CUsDyHU=";
15
stripRoot = false;
16
};
17
0 commit comments