saleae-logic-2: 2.3.55 -> 2.3.56

This commit is contained in:
Alex Martens 2022-08-01 15:31:29 -07:00 committed by Bjørn Forsman
parent b3d6b804af
commit 04663d62ac

View File

@ -1,10 +1,10 @@
{ lib, fetchurl, makeDesktopItem, appimageTools }:
let
name = "saleae-logic-2";
version = "2.3.55";
version = "2.3.56";
src = fetchurl {
url = "https://downloads.saleae.com/logic2/Logic-${version}-master.AppImage";
sha256 = "sha256-fL72KZzOh9pWrjSaXDCMz0ijqRj1Vc5Ym37onv4E7aI=";
sha256 = "sha256-dH52yIzGO5n+TwNNPu51cpNIrqG/9CXERrJvo+m6R4w=";
};
desktopItem = makeDesktopItem {
inherit name;