Merge pull request #207144 from newAM/saleae-logic-2.4.3

saleae-logic-2: 2.4.2 -> 2.4.3
This commit is contained in:
Bobby Rong 2022-12-22 22:37:04 +08:00 committed by GitHub
commit d8f28b640c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;