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

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

monkeysAudio: 10.49 -> 10.52
parents 90b1967e 7d9ef9ad
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,13 +5,13 @@
}:

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

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