We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c5b9f7 commit 7c22280Copy full SHA for 7c22280
pkgs/by-name/sa/saleae-logic-2/package.nix
@@ -6,10 +6,10 @@
6
}:
7
let
8
pname = "saleae-logic-2";
9
- version = "2.4.13";
+ version = "2.4.22";
10
src = fetchurl {
11
- url = "https://downloads.saleae.com/logic2/Logic-${version}-linux-x64.AppImage";
12
- hash = "sha256-0GIZQKQDY3arDUlxjQKWOHDB3j76xVwkx5H+8q+d0Rc=";
+ url = "https://downloads2.saleae.com/logic2/Logic-${version}-linux-x64.AppImage";
+ hash = "sha256-MMuuSYOVw4O/JDsXz9OneUyJMNLUUCBpAMRqCs64khk=";
13
};
14
desktopItem = makeDesktopItem {
15
name = "saleae-logic-2";
0 commit comments