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

saleae-logic-2: 2.4.0 -> 2.4.1
This commit is contained in:
Mario Rodas 2022-10-14 20:22:09 -05:00 committed by GitHub
commit 0322125a14
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.0";
version = "2.4.1";
src = fetchurl {
url = "https://downloads.saleae.com/logic2/Logic-${version}-master.AppImage";
sha256 = "sha256-jvD/DLpcJKAqy9LSSEVZFtD+BMxfbUmdJwfnQMtA7rg=";
sha256 = "sha256-Xx5HSwO+m/DWAZjD6zePvKa6BghZJwtlLoaDIqnH/qg=";
};
desktopItem = makeDesktopItem {
inherit name;