Skip to content

Commit

Permalink
Merge pull request #3982 from lschuermann/dev/tocklader-v1-12-0
Browse files Browse the repository at this point in the history
Update pinned Tockloader rev to v1.12.0
  • Loading branch information
bradjc committed May 8, 2024
2 parents ba427f3 + bcec74e commit e84dbdc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/litex_sim.yml
Expand Up @@ -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.
Expand Down
8 changes: 4 additions & 4 deletions shell.nix
Expand Up @@ -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 {
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit e84dbdc

Please sign in to comment.