saleae-logic-2: 2.3.59 -> 2.4.0

This commit is contained in:
Alex Martens
2022-09-18 11:01:21 -07:00
parent 7f70ade94e
commit b67f292eb3
@@ -1,10 +1,10 @@
{ lib, fetchurl, makeDesktopItem, appimageTools }:
let
name = "saleae-logic-2";
version = "2.3.59";
version = "2.4.0";
src = fetchurl {
url = "https://downloads.saleae.com/logic2/Logic-${version}-master.AppImage";
sha256 = "sha256-jIu/ODVD/x+TjcVSGlOw6/JWESJYDKZQrJGMAix9wTY=";
sha256 = "sha256-jvD/DLpcJKAqy9LSSEVZFtD+BMxfbUmdJwfnQMtA7rg=";
};
desktopItem = makeDesktopItem {
inherit name;