saleae-logic-2: 2.3.37 -> 2.3.38

conduit-nginx
Alex Martens 2021-10-19 18:36:48 -07:00 committed by Bjørn Forsman
parent 284b54b423
commit 06078e865d
1 changed files with 2 additions and 2 deletions

View File

@ -1,10 +1,10 @@
{ lib, fetchurl, makeDesktopItem, appimageTools, gtk3 }:
let
name = "saleae-logic-2";
version = "2.3.37";
version = "2.3.38";
src = fetchurl {
url = "https://downloads.saleae.com/logic2/Logic-${version}-master.AppImage";
sha256 = "0jclzd4s1r6h2p1r0vhmzz3jnwpp7d41g70lcamrsxidxrmm8d45";
sha256 = "0y3ys3q6gd9fxgaf36q5av0kgvy7jv5anyjxb4cva8d95l4k3ask";
};
desktopItem = makeDesktopItem {
inherit name;