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

monkeysAudio: 11.09 -> 11.10 (#406934)

parents 2dbdf910 61a0af8f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,12 +6,12 @@
}:

stdenv.mkDerivation (finalAttrs: {
  version = "11.09";
  version = "11.10";
  pname = "monkeys-audio";

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