Unverified Commit d0b1211a authored by jopejoe1's avatar jopejoe1 Committed by GitHub
Browse files

saleae-logic-2: 2.4.13 -> 2.4.22 (#378831)

parents 832e3542 7c22280a
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,10 +6,10 @@
}:
let
  pname = "saleae-logic-2";
  version = "2.4.13";
  version = "2.4.22";
  src = fetchurl {
    url = "https://downloads.saleae.com/logic2/Logic-${version}-linux-x64.AppImage";
    hash = "sha256-0GIZQKQDY3arDUlxjQKWOHDB3j76xVwkx5H+8q+d0Rc=";
    url = "https://downloads2.saleae.com/logic2/Logic-${version}-linux-x64.AppImage";
    hash = "sha256-MMuuSYOVw4O/JDsXz9OneUyJMNLUUCBpAMRqCs64khk=";
  };
  desktopItem = makeDesktopItem {
    name = "saleae-logic-2";