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

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

monkeysAudio: 10.71 -> 10.72
parents a4edc30e 5de1fb48
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,13 +5,13 @@
}:

stdenv.mkDerivation (finalAttrs: {
  version = "10.71";
  version = "10.72";
  pname = "monkeys-audio";

  src = fetchzip {
    url = "https://monkeysaudio.com/files/MAC_${
      builtins.concatStringsSep "" (lib.strings.splitString "." finalAttrs.version)}_SDK.zip";
    hash = "sha256-YHPC+dHfvRSr6GldWSlgCGt/wuO/WXQGRliarnM8/AU=";
    hash = "sha256-vtpQhCV1hkme69liTO13vz+kxpA3zJ+U1In/4z6qLbQ=";
    stripRoot = false;
  };
  nativeBuildInputs = [