lol

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/

+2 -2
+2 -2
pkgs/development/tools/misc/saleae-logic-2/default.nix
··· 1 1 { lib, fetchurl, makeDesktopItem, appimageTools }: 2 2 let 3 3 name = "saleae-logic-2"; 4 - version = "2.4.12"; 4 + version = "2.4.13"; 5 5 src = fetchurl { 6 6 url = "https://downloads.saleae.com/logic2/Logic-${version}-linux-x64.AppImage"; 7 - hash = "sha256-QqGtozLZtrS5UgnLmsKWxqbcTykLhlossVxuN4WNYzo="; 7 + hash = "sha256-0GIZQKQDY3arDUlxjQKWOHDB3j76xVwkx5H+8q+d0Rc="; 8 8 }; 9 9 desktopItem = makeDesktopItem { 10 10 inherit name;