From b51062396d49302203a7a8905e5b1331545ee5ec Mon Sep 17 00:00:00 2001 From: Leon Schuermann Date: Wed, 8 May 2024 16:24:35 -0400 Subject: [PATCH] Update pinned Tockloader rev to v1.12.0 --- .github/workflows/litex_sim.yml | 2 +- shell.nix | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/litex_sim.yml b/.github/workflows/litex_sim.yml index e3df69a826..f2877aea3f 100644 --- a/.github/workflows/litex_sim.yml +++ b/.github/workflows/litex_sim.yml @@ -57,7 +57,7 @@ jobs: # applications. - name: Install tockloader run: | - pip3 install tockloader==1.11.0 + pip3 install tockloader==1.12.0 # Clone tock-litex support repository under ./tock-litex, check out the # targeted release. diff --git a/shell.nix b/shell.nix index faa04c47de..cf994f17a8 100644 --- a/shell.nix +++ b/shell.nix @@ -20,12 +20,12 @@ with builtins; let inherit (pkgs) stdenv lib; - # Tockloader v1.11.0 + # Tockloader v1.12.0 tockloader = import (pkgs.fetchFromGitHub { owner = "tock"; repo = "tockloader"; - rev = "v1.11.0"; - sha256 = "sha256-bPEfpfOZOjOiazqRgn1cnqe4ohLPvocuENKoZx/Qw80="; + rev = "v1.12.0"; + sha256 = "sha256-VgbAKDY/7ZVINDkqSHF7C0zRzVgtk8YG6O/ZmUpsh/g="; }) { inherit pkgs withUnfreePkgs; }; rust_overlay = import "${pkgs.fetchFromGitHub { @@ -63,7 +63,7 @@ in # --- CI support packages --- qemu - + # --- Flashing tools --- # If your board requires J-Link to flash and you are on NixOS, # add these lines to your system wide configuration.