Merge pull request #226905 from KoviRobi/update-saleae-logic-2-to-2.4.7

Fix & update saleae logic 2 to 2.4.7
This commit is contained in:
Weijia Wang 2023-04-26 14:37:51 +03:00 committed by GitHub
commit 7851415cf3
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.6";
version = "2.4.7";
src = fetchurl {
url = "https://downloads.saleae.com/logic2/Logic-${version}-master.AppImage";
hash = "sha256-FYLjg4lzr8M22r4yoKfMIAx2HKGi2fcD28AaV1ChkLk=";
hash = "sha256-dMt8XWLatLNothU9oTJqYrBGNZZs0L5dXRMKP9ZeM6E=";
};
desktopItem = makeDesktopItem {
inherit name;
@ -59,7 +59,7 @@ appimageTools.wrapType2 {
alsa-lib
at-spi2-core
cups
libxcrypt
libxcrypt-legacy
];
meta = with lib; {