Merge pull request #185324 from newAM/saleae-logic-2

saleae-logic-2: 2.3.56 -> 2.3.58
This commit is contained in:
Bobby Rong 2022-08-09 21:59:31 +08:00 committed by GitHub
commit 4294b6699d
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.3.56";
version = "2.3.58";
src = fetchurl {
url = "https://downloads.saleae.com/logic2/Logic-${version}-master.AppImage";
sha256 = "sha256-dH52yIzGO5n+TwNNPu51cpNIrqG/9CXERrJvo+m6R4w=";
sha256 = "sha256-WQa9J+rK71+T2IFUVpPLjkYfHy9GmZ9DZTBo+U4JKfo=";
};
desktopItem = makeDesktopItem {
inherit name;