Merge pull request #198330 from newAM/saleae-logic-2.4.2

saleae-logic-2: 2.4.1 -> 2.4.2
This commit is contained in:
Mario Rodas 2022-10-30 11:31:04 -05:00 committed by GitHub
commit 6d8e48a00b
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.4.1"; version = "2.4.2";
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-Xx5HSwO+m/DWAZjD6zePvKa6BghZJwtlLoaDIqnH/qg="; sha256 = "sha256-A0Gd/CDd1COWbBXa87eW+A8AKyQzubJ3qSpj/JnWeZk=";
}; };
desktopItem = makeDesktopItem { desktopItem = makeDesktopItem {
inherit name; inherit name;
@ -59,6 +59,7 @@ appimageTools.wrapType2 {
alsa-lib alsa-lib
at-spi2-core at-spi2-core
cups cups
libxcrypt
]; ];
meta = with lib; { meta = with lib; {