We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e633662 commit d2c6477Copy full SHA for d2c6477
shell.nix
@@ -20,8 +20,8 @@ let
20
tockloader = import (pkgs.fetchFromGitHub {
21
owner = "tock";
22
repo = "tockloader";
23
- rev = "v1.12.0";
24
- sha256 = "sha256-VgbAKDY/7ZVINDkqSHF7C0zRzVgtk8YG6O/ZmUpsh/g=";
+ rev = "v1.13.0";
+ sha256 = "sha256-NRcCPTrLFZLubI5KzMmDkKJdvCdbnW97JMZSmedAQ8s=";
25
}) { inherit pkgs withUnfreePkgs; };
26
27
elf2tab = pkgs.rustPlatform.buildRustPackage rec {
0 commit comments