diff --git a/default.nix b/default.nix index a0447e9..fa02d63 100644 --- a/default.nix +++ b/default.nix @@ -2,11 +2,11 @@ # # SPDX-License-Identifier: MIT -{ pkgs ? import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/24.05.tar.gz") {} }: +{ pkgs ? import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/25.05.tar.gz") {} }: let - py2hwsw_commit = "09ea8ddb6b510e894709653666506caead5a93d2"; # Replace with the desired commit. - py2hwsw_sha256 = "iC1Yaeg9NKFIFVwT7o1abXr80ikWZoy6w4TQmIQV3iw="; # Replace with the actual SHA256 hash. + py2hwsw_commit = "e3ec0c99271e3320cec61a9efa76758e364c89f2"; # Replace with the desired commit. + py2hwsw_sha256 = "kboZVpCDediAF4qaWVeWbsa0bKo4sGtPYtskUdQiLRs="; # Replace with the actual SHA256 hash. # Get local py2hwsw root from `PY2HWSW_ROOT` env variable py2hwswRoot = builtins.getEnv "PY2HWSW_ROOT"; diff --git a/soc_linux.py b/soc_linux.py index 443b2a5..a9d5440 100644 --- a/soc_linux.py +++ b/soc_linux.py @@ -22,7 +22,7 @@ def setup(py_params: dict): # "some_iob_system_linux_param": "my_value", **py_params, }, - # Every attribute in this dictionary will override/append to the ones of the iob_system_linux parent core. + # Every attribute in this dictionary will override/append to the ones of the iob_system_linux parent core "board_list": [ "iob_aes_ku040_db_g", "iob_cyclonev_gt_dk",