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

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

monkeysAudio: 10.48 -> 10.49
parents f998202c 33c7b128
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,13 +5,13 @@
}:

stdenv.mkDerivation (finalAttrs: {
  version = "10.48";
  version = "10.49";
  pname = "monkeys-audio";

  src = fetchzip {
    url = "https://monkeysaudio.com/files/MAC_${
      builtins.concatStringsSep "" (lib.strings.splitString "." finalAttrs.version)}_SDK.zip";
    hash = "sha256-ZVJ6Czn2PNumMoWQwhJD0tjOJp9a0GxuD8LUMC47aNw=";
    hash = "sha256-OhTqBFNwmReMT1U11CIB7XCTohiILdd2nDFp+9nfObs=";
    stripRoot = false;
  };
  nativeBuildInputs = [