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

@ -4,13 +4,13 @@
}:
pkgs.stdenv.mkDerivation rec {
pname = "esp-idf";
version = "5.4";
version = "6.0";
src = pkgs.fetchFromGitHub {
owner = "espressif";
repo = "esp-idf";
rev = "v${version}";
fetchSubmodules = true;
hash = "sha256-9OQ/0DGwgfR3MkRWd6zSe1FD3Ywt4Ugw8J/BFu1Vfw0=";
hash = "sha256-YhON/zUFOVTh8UEvujAXsd9IPaaNmSIP+dSZDE5fyqw=";
};
buildInputs = with pkgs; [