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

monkeysAudio: 10.16 -> 10.17

authored by

Doron Behar and committed by
GitHub
335a69d8 82951ca7

+2 -2
+2 -2
pkgs/applications/audio/monkeys-audio/default.nix
··· 5 }: 6 7 stdenv.mkDerivation rec { 8 - version = "10.16"; 9 pname = "monkeys-audio"; 10 11 src = fetchzip { 12 url = "https://monkeysaudio.com/files/MAC_${ 13 builtins.concatStringsSep "" (lib.strings.splitString "." version)}_SDK.zip"; 14 - sha256 = "sha256-gRI2tzcybJx4ju2LCVc21Gb1ppd40qSA1J0TxNEk/Qs="; 15 stripRoot = false; 16 }; 17 nativeBuildInputs = [
··· 5 }: 6 7 stdenv.mkDerivation rec { 8 + version = "10.17"; 9 pname = "monkeys-audio"; 10 11 src = fetchzip { 12 url = "https://monkeysaudio.com/files/MAC_${ 13 builtins.concatStringsSep "" (lib.strings.splitString "." version)}_SDK.zip"; 14 + sha256 = "sha256-yWoYeOGELXub/3kLC51SNPMC91u1aWAtdRsU6fRuX98="; 15 stripRoot = false; 16 }; 17 nativeBuildInputs = [