From 18c3e729ba8913ae1e2688d1ab51df6cf516b341 Mon Sep 17 00:00:00 2001 From: Mark Kohler Date: Sat, 16 Dec 2023 20:53:41 -0800 Subject: [PATCH] saleae-logic-2: 2.4.12 -> 2.4.13 - Fixes the crash on Linux when opening the software with a device already attached - Fixes crash when changing IO voltage level on the original Logic 16 - Fixes the Linux 4GB memory limit For full changelog, see https://ideas.saleae.com/f/changelog/2413/ --- pkgs/development/tools/misc/saleae-logic-2/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/tools/misc/saleae-logic-2/default.nix b/pkgs/development/tools/misc/saleae-logic-2/default.nix index c15e7f6451be..ce77855b419e 100644 --- a/pkgs/development/tools/misc/saleae-logic-2/default.nix +++ b/pkgs/development/tools/misc/saleae-logic-2/default.nix @@ -1,10 +1,10 @@ { lib, fetchurl, makeDesktopItem, appimageTools }: let name = "saleae-logic-2"; - version = "2.4.12"; + version = "2.4.13"; src = fetchurl { url = "https://downloads.saleae.com/logic2/Logic-${version}-linux-x64.AppImage"; - hash = "sha256-QqGtozLZtrS5UgnLmsKWxqbcTykLhlossVxuN4WNYzo="; + hash = "sha256-0GIZQKQDY3arDUlxjQKWOHDB3j76xVwkx5H+8q+d0Rc="; }; desktopItem = makeDesktopItem { inherit name;