3
0
Fork 0
forked from mirrors/nixpkgs

saleae-logic-2: 2.3.50 -> 2.3.51

This commit is contained in:
Alex Martens 2022-05-01 10:57:58 -07:00 committed by Bjørn Forsman
parent 494ad97836
commit 1df86fce58

View file

@ -1,10 +1,10 @@
{ lib, fetchurl, makeDesktopItem, appimageTools, gtk3 }:
let
name = "saleae-logic-2";
version = "2.3.50";
version = "2.3.51";
src = fetchurl {
url = "https://downloads.saleae.com/logic2/Logic-${version}-master.AppImage";
sha256 = "sha256-jkdFdgiSP2ssrUajl85FA4E21Qi6BUgrjKFdlBYyG7c=";
sha256 = "sha256-Z5GPA1cJbQJOjntWXe1uF26e7nJ99+ANoCP57Y/OO5A=";
};
desktopItem = makeDesktopItem {
inherit name;