saleae-logic-2: 2.4.22 -> 2.4.29

This commit is contained in:
Alex Martens
2025-05-03 09:59:29 -07:00
parent 79a8f6199a
commit 10c87907f4
+2 -2
View File
@@ -6,10 +6,10 @@
}:
let
pname = "saleae-logic-2";
version = "2.4.22";
version = "2.4.29";
src = fetchurl {
url = "https://downloads2.saleae.com/logic2/Logic-${version}-linux-x64.AppImage";
hash = "sha256-MMuuSYOVw4O/JDsXz9OneUyJMNLUUCBpAMRqCs64khk=";
hash = "sha256-eCG2Al6MmWTCiYtaO6qIoNji4QreMryoZRcfKjk5d1c=";
};
desktopItem = makeDesktopItem {
name = "saleae-logic-2";