saleae-logic-2: 2.4.9 -> 2.4.12

This commit is contained in:
Daniel Fullmer 2023-11-14 17:26:50 -08:00
parent 4e90423254
commit ba564b71a0

View File

@ -1,10 +1,10 @@
{ lib, fetchurl, makeDesktopItem, appimageTools }:
let
name = "saleae-logic-2";
version = "2.4.9";
version = "2.4.12";
src = fetchurl {
url = "https://downloads.saleae.com/logic2/Logic-${version}-linux-x64.AppImage";
hash = "sha256-zM5XztFv+A7cNMqNPGAO5i0B45w6AMyRL4OR+tG03JY=";
hash = "sha256-QqGtozLZtrS5UgnLmsKWxqbcTykLhlossVxuN4WNYzo=";
};
desktopItem = makeDesktopItem {
inherit name;