Unverified Commit 24b16280 authored by Doron Behar's avatar Doron Behar Committed by GitHub
Browse files

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

monkeysAudio: 10.10 -> 10.11
parents 088a0a7c 3663cde6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,13 +5,13 @@
}:

stdenv.mkDerivation rec {
  version = "10.10";
  version = "10.11";
  pname = "monkeys-audio";

  src = fetchzip {
    url = "https://monkeysaudio.com/files/MAC_${
      builtins.concatStringsSep "" (lib.strings.splitString "." version)}_SDK.zip";
    sha256 = "sha256-fDH7F9xLfR9Q2T3HCirBWdKB7Kb1vxyo8g0PNzHzMCY=";
    sha256 = "sha256-sA1JXRbyHMHBCsWau9GrlxeRiCzxZfCTuLFebZmIoRE=";
    stripRoot = false;
  };
  nativeBuildInputs = [