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:
commit
7851415cf3
@ -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; {
|
||||
|
Loading…
Reference in New Issue
Block a user