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

@ -5,14 +5,14 @@
systems_table = {
"x86_64-linux" = {
system = "linux-amd64";
hash = "1pw54ja4fmhy4rlaq8hirp5na8xvj5pah2azmnz494n9dl1hyaz8";
hash = "039ril4ixc0sr1in4qqzp42iy5bxgjifhs2r6gjcx2cd1vmmp1qc";
};
};
system_download = systems_table.${system};
in
pkgs.stdenv.mkDerivation rec {
pname = "openocd-esp32";
version = "0.12.0-esp32-20241016";
version = "0.12.0-esp32-20260424";
src =
builtins.fetchurl
{