Unverified Commit 16e7d8e4 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #216073 from newAM/saleae-logic-2.4.6

saleae-logic-2: 2.4.3 -> 2.4.6
parents 1beaac5d 0c2afa94
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.3";
  version = "2.4.6";
  src = fetchurl {
    url = "https://downloads.saleae.com/logic2/Logic-${version}-master.AppImage";
    hash = "sha256-xF87Q1K25/9pUYt660RY2RCIC6u2m2ArBQb2nWhiKvw=";
    hash = "sha256-FYLjg4lzr8M22r4yoKfMIAx2HKGi2fcD28AaV1ChkLk=";
  };
  desktopItem = makeDesktopItem {
    inherit name;