3
0
Fork 0
forked from mirrors/nixpkgs

saleae-logic-2: 2.3.56 -> 2.3.58

This commit is contained in:
Alex Martens 2022-08-05 16:04:38 -07:00
parent 9cfb5c053b
commit 00859ef4d0

View file

@ -1,10 +1,10 @@
{ lib, fetchurl, makeDesktopItem, appimageTools }:
let
name = "saleae-logic-2";
version = "2.3.56";
version = "2.3.58";
src = fetchurl {
url = "https://downloads.saleae.com/logic2/Logic-${version}-master.AppImage";
sha256 = "sha256-dH52yIzGO5n+TwNNPu51cpNIrqG/9CXERrJvo+m6R4w=";
sha256 = "sha256-WQa9J+rK71+T2IFUVpPLjkYfHy9GmZ9DZTBo+U4JKfo=";
};
desktopItem = makeDesktopItem {
inherit name;