about summary refs log tree commit diff
diff options
context:
space:
mode:
authorDoron Behar <doron.behar@gmail.com>2023-05-07 14:50:36 +0300
committerGitHub <noreply@github.com>2023-05-07 14:50:36 +0300
commit24b162805d7e24997c6736444726b2652e918256 (patch)
tree422a7bf16494aa2efaf64eef2c5e33b9fa64041b
parent088a0a7c9e805ea00e97578e56fea737b78c0f1e (diff)
parent3663cde6991367510fae832d5cf8045a6ee0967b (diff)
Merge pull request #230476 from r-ryantm/auto-update/monkeysAudio
monkeysAudio: 10.10 -> 10.11
-rw-r--r--pkgs/applications/audio/monkeys-audio/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/monkeys-audio/default.nix b/pkgs/applications/audio/monkeys-audio/default.nix
index 7142c1a29280f..6dcd00ecd3b58 100644
--- a/pkgs/applications/audio/monkeys-audio/default.nix
+++ b/pkgs/applications/audio/monkeys-audio/default.nix
@@ -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 = [