saleae-logic-2: 2.3.58 -> 2.3.59

This commit is contained in:
Alex Martens 2022-09-03 12:46:59 -07:00
parent 666876ba9e
commit 324aa113e7

View File

@ -1,10 +1,10 @@
{ lib, fetchurl, makeDesktopItem, appimageTools }:
let
name = "saleae-logic-2";
version = "2.3.58";
version = "2.3.59";
src = fetchurl {
url = "https://downloads.saleae.com/logic2/Logic-${version}-master.AppImage";
sha256 = "sha256-WQa9J+rK71+T2IFUVpPLjkYfHy9GmZ9DZTBo+U4JKfo=";
sha256 = "sha256-jIu/ODVD/x+TjcVSGlOw6/JWESJYDKZQrJGMAix9wTY=";
};
desktopItem = makeDesktopItem {
inherit name;