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/
This commit is contained in:
Mark Kohler 2023-12-16 20:53:41 -08:00
parent 49a0e28b31
commit 18c3e729ba

View File

@ -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;