Skip to content

Commit

Permalink
monkeysAudio: 10.87 -> 10.91 (#375719)
Browse files Browse the repository at this point in the history
  • Loading branch information
doronbehar authored Jan 22, 2025
2 parents 4325e91 + 2705faf commit 0a83e81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/mo/monkeysAudio/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
}:

stdenv.mkDerivation (finalAttrs: {
version = "10.87";
version = "10.91";
pname = "monkeys-audio";

src = fetchzip {
url = "https://monkeysaudio.com/files/MAC_${builtins.concatStringsSep "" (lib.strings.splitString "." finalAttrs.version)}_SDK.zip";
hash = "sha256-IKOFJMt/9auQEQmRksoByS4UEkKorCurvnIxe8VsAI0=";
hash = "sha256-EQXYfyiSwSKbjJViTR4RdzCX3SRmc7WGt8cNytuiWC8=";
stripRoot = false;
};

Expand Down

0 comments on commit 0a83e81

Please sign in to comment.