Merge pull request #216073 from newAM/saleae-logic-2.4.6

saleae-logic-2: 2.4.3 -> 2.4.6
This commit is contained in:
Mario Rodas 2023-02-12 18:16:37 -05:00 committed by GitHub
commit 16e7d8e402
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.3";
version = "2.4.6";
src = fetchurl {
url = "https://downloads.saleae.com/logic2/Logic-${version}-master.AppImage";
hash = "sha256-xF87Q1K25/9pUYt660RY2RCIC6u2m2ArBQb2nWhiKvw=";
hash = "sha256-FYLjg4lzr8M22r4yoKfMIAx2HKGi2fcD28AaV1ChkLk=";
};
desktopItem = makeDesktopItem {
inherit name;