Skip to content

Commit

Permalink
segger-jlink: 766 -> 792
Browse files Browse the repository at this point in the history
  • Loading branch information
MGlolenstine committed Aug 29, 2023
1 parent bc91763 commit d886995
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pkgs/development/tools/misc/segger-jlink/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,25 +12,25 @@ let
supported = {
x86_64-linux = {
name = "x86_64";
sha256 = "90aa7e4f5eae6e60fd41978111b3ff124ba0269562d0d0ec3110d3cb4bb51fe2";
sha256 = "sha256-rdeDuT9dGkLNVflKifSInGA9enydRNwHXK2BokyYDdE=";
};
i686-linux = {
name = "i386";
sha256 = "18aea42cd17591cada78af7cba0f94a9d851e9d29995b6c8e1e7033d0af35d1c";
sha256 = "sha256-a2t5/qLtJmw8rFrwmFm/OT/c77zOTs5LsSSeJukL4So=";
};
aarch64-linux = {
name = "arm64";
sha256 = "db410c1df80748827b4e25ff3abceee29e28305a0a7e30e4e39bb5c7e32f1aa2";
sha256 = "sha256-mHOJUaQJGoRGlAXHAQxLqcoqJG5lj+jPaHdytYFbzR8=";
};
armv7l-linux = {
name = "arm";
sha256 = "abcdaf44aeb2ad4e769709ec4fe971e259b23d297a98f58199c7bdf26db82e84";
sha256 = "sha256-SXsJx47BFRC9PIT16JMZCG1pQDg4psmZB7dXkxJ5rJY=";
};
};

platform = supported.${stdenv.system} or (throw "unsupported platform ${stdenv.system}");

version = "766";
version = "792";

url = "https://www.segger.com/downloads/jlink/JLink_Linux_V${version}_${platform.name}.tgz";

Expand Down

0 comments on commit d886995

Please sign in to comment.