Skip to content

Commit

Permalink
segger-jlink: 7.66 -> 7.88m
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Croughan committed Jul 21, 2023
1 parent e0536cf commit c3aa85f
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-WwUF/DZ+vECG30quvotMQFverTtj+pfQh2sEZl2mkPQ=";
};
i686-linux = {
name = "i386";
sha256 = "18aea42cd17591cada78af7cba0f94a9d851e9d29995b6c8e1e7033d0af35d1c";
sha256 = "sha256-rLVWaHg2IJJdWF7O3xObJEeOqWW6CNhCF8TJrq04Zy8=";
};
aarch64-linux = {
name = "arm64";
sha256 = "db410c1df80748827b4e25ff3abceee29e28305a0a7e30e4e39bb5c7e32f1aa2";
sha256 = "sha256-/63qLIEnJkCaeevj/uC5qN3LLpt0QqrlduvxjKYEW58=";
};
armv7l-linux = {
name = "arm";
sha256 = "abcdaf44aeb2ad4e769709ec4fe971e259b23d297a98f58199c7bdf26db82e84";
sha256 = "sha256-6GaNC5jIMZGX7UmqRMbSSXQypc/a36gD0Yxf/N8ATyM=";
};
};

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

version = "766";
version = "788m";

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

Expand Down

0 comments on commit c3aa85f

Please sign in to comment.