Merge pull request #191814 from newAM/saleae-logic-2
This commit is contained in:
commit
dfc9bb4a02
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
||||||
{ lib, fetchurl, makeDesktopItem, appimageTools }:
|
{ lib, fetchurl, makeDesktopItem, appimageTools }:
|
||||||
let
|
let
|
||||||
name = "saleae-logic-2";
|
name = "saleae-logic-2";
|
||||||
version = "2.3.59";
|
version = "2.4.0";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://downloads.saleae.com/logic2/Logic-${version}-master.AppImage";
|
url = "https://downloads.saleae.com/logic2/Logic-${version}-master.AppImage";
|
||||||
sha256 = "sha256-jIu/ODVD/x+TjcVSGlOw6/JWESJYDKZQrJGMAix9wTY=";
|
sha256 = "sha256-jvD/DLpcJKAqy9LSSEVZFtD+BMxfbUmdJwfnQMtA7rg=";
|
||||||
};
|
};
|
||||||
desktopItem = makeDesktopItem {
|
desktopItem = makeDesktopItem {
|
||||||
inherit name;
|
inherit name;
|
||||||
|
|
Loading…
Reference in a new issue