Unverified Commit 7851415c authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

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

Fix & update saleae logic 2 to 2.4.7
parents 21c7a6c4 0fc68550
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
{ 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; {