saleae-logic-2: 2.4.2 -> 2.4.3

This commit is contained in:
Alex Martens 2022-12-21 12:05:09 -08:00
parent 42ad772205
commit caf4413e43

View file

@ -1,10 +1,10 @@
{ lib, fetchurl, makeDesktopItem, appimageTools }:
let
name = "saleae-logic-2";
version = "2.4.2";
version = "2.4.3";
src = fetchurl {
url = "https://downloads.saleae.com/logic2/Logic-${version}-master.AppImage";
sha256 = "sha256-A0Gd/CDd1COWbBXa87eW+A8AKyQzubJ3qSpj/JnWeZk=";
hash = "sha256-xF87Q1K25/9pUYt660RY2RCIC6u2m2ArBQb2nWhiKvw=";
};
desktopItem = makeDesktopItem {
inherit name;