Commit 10c87907 authored by Alex Martens's avatar Alex Martens
Browse files

saleae-logic-2: 2.4.22 -> 2.4.29

parent 79a8f619
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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";