saleae-logic-2: 2.3.45 -> 2.3.47

main
Alex Martens 2 years ago
parent f338d0737c
commit bbe25ed9da
  1. 6
      pkgs/development/tools/misc/saleae-logic-2/default.nix

@ -1,10 +1,10 @@
{ lib, fetchurl, makeDesktopItem, appimageTools, gtk3 }:
let
name = "saleae-logic-2";
version = "2.3.45";
version = "2.3.47";
src = fetchurl {
url = "https://downloads.saleae.com/logic2/Logic-${version}-master.AppImage";
sha256 = "sha256-kX8jMCUkz7B0muxsEwEttEX+DA2P+6swdZJGHyo7ScA=";
sha256 = "sha256-6/FtdupveKnbAK6LizmJ6BokE0kXgUaMz0sOWi+Fq8k=";
};
desktopItem = makeDesktopItem {
inherit name;
@ -70,6 +70,6 @@ appimageTools.wrapType2 {
description = "Software for Saleae logic analyzers";
license = licenses.unfree;
platforms = [ "x86_64-linux" ];
maintainers = [ maintainers.j-hui ];
maintainers = with maintainers; [ j-hui newam ];
};
}

Loading…
Cancel
Save