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

saleae-logic-2: 2.3.53 -> 2.3.55
This commit is contained in:
Sandro 2022-06-17 21:37:16 +02:00 committed by GitHub
commit 6a12b8a93f
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.53";
version = "2.3.55";
src = fetchurl {
url = "https://downloads.saleae.com/logic2/Logic-${version}-master.AppImage";
sha256 = "sha256-RZrOyL0tb1nH5SX7P6d4TFkxSwDZiJUpu1eZaXqX3ew=";
sha256 = "sha256-fL72KZzOh9pWrjSaXDCMz0ijqRj1Vc5Ym37onv4E7aI=";
};
desktopItem = makeDesktopItem {
inherit name;