Skip to content

Commit

Permalink
monkeysAudio: 10.83 -> 10.85
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Dec 16, 2024
1 parent a31f38a commit 29dd2ae
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.83";
version = "10.85";
pname = "monkeys-audio";

src = fetchzip {
url = "https://monkeysaudio.com/files/MAC_${builtins.concatStringsSep "" (lib.strings.splitString "." finalAttrs.version)}_SDK.zip";
hash = "sha256-QPd3YlQ2IYAqIIau3RVb2FcdE4obQjg5bZi6CUsDyHU=";
hash = "sha256-072ZFJ+cmT9rXxQmG3tDbnxnbRmvTxbZ6JtOhONe5n0=";
stripRoot = false;
};

Expand Down

0 comments on commit 29dd2ae

Please sign in to comment.