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

This commit is contained in:
Sandro 2022-10-01 21:00:34 +02:00 committed by GitHub
commit dfc9bb4a02
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,10 +1,10 @@
{ lib, fetchurl, makeDesktopItem, appimageTools }: { lib, fetchurl, makeDesktopItem, appimageTools }:
let let
name = "saleae-logic-2"; name = "saleae-logic-2";
version = "2.3.59"; version = "2.4.0";
src = fetchurl { src = fetchurl {
url = "https://downloads.saleae.com/logic2/Logic-${version}-master.AppImage"; url = "https://downloads.saleae.com/logic2/Logic-${version}-master.AppImage";
sha256 = "sha256-jIu/ODVD/x+TjcVSGlOw6/JWESJYDKZQrJGMAix9wTY="; sha256 = "sha256-jvD/DLpcJKAqy9LSSEVZFtD+BMxfbUmdJwfnQMtA7rg=";
}; };
desktopItem = makeDesktopItem { desktopItem = makeDesktopItem {
inherit name; inherit name;