This commit is contained in:
Max Känner 2026-05-04 00:14:04 +02:00
parent e863d2832d
commit be515c4c69
6 changed files with 14 additions and 26 deletions

View file

@ -6,14 +6,14 @@
systems_table = {
"x86_64-linux" = {
system = "x86_64-linux-gnu";
hash = "sha256:0g9lk7snccn5464fs1mpyhylmvra0bvn6icqpbsxgixis94l6xqq";
hash = "sha256:0c47nhl1fwj060aiyimb64qijv36sl2bp6krqfd5517z0j8mrl0n";
};
};
system_download = systems_table.${system};
in
pkgs.stdenv.mkDerivation rec {
pname = "xtensa-esp-elf-gdb";
version = "15.2_20241112";
version = "16.3_20250913";
src =
builtins.fetchurl
{