Merge pull request #165855 from newAM/saleae-logic-2

saleae-logic-2: 2.3.45 -> 2.3.47
This commit is contained in:
Bobby Rong 2022-04-06 22:41:39 +08:00 committed by GitHub
commit 8ffc4aa12e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ];
};
}