Commit 0fc68550 authored by Robert Kovacsics's avatar Robert Kovacsics
Browse files

saleae-logic-2: 2.4.6 -> 2.4.7

parent ac1b5deb
Loading
Loading
Loading
Loading
+2 −2
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;