upgrade
This commit is contained in:
parent
e863d2832d
commit
be515c4c69
6 changed files with 14 additions and 26 deletions
|
|
@ -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; [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue