File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 20
20
tockloader = import ( pkgs . fetchFromGitHub {
21
21
owner = "tock" ;
22
22
repo = "tockloader" ;
23
- rev = "v1.12 .0" ;
24
- sha256 = "sha256-VgbAKDY/7ZVINDkqSHF7C0zRzVgtk8YG6O/ZmUpsh/g =" ;
23
+ rev = "v1.13 .0" ;
24
+ sha256 = "sha256-NRcCPTrLFZLubI5KzMmDkKJdvCdbnW97JMZSmedAQ8s =" ;
25
25
} ) { inherit pkgs withUnfreePkgs ; } ;
26
26
27
27
elf2tab = pkgs . rustPlatform . buildRustPackage rec {
35
35
sha256 = "sha256-+VeWLBI6md399Oaumt4pJrOkm0Nz7fmpXN2TjglUE34=" ;
36
36
} ;
37
37
38
- cargoSha256 = "sha256-UHAwk1fBcabRqy7VMhz4aoQuIur+MQshDOhC7KFyGm4=" ;
38
+ cargoHash = "sha256-UHAwk1fBcabRqy7VMhz4aoQuIur+MQshDOhC7KFyGm4=" ;
39
39
} ;
40
40
in
41
41
pkgs . mkShell {
57
57
58
58
shellHook = ''
59
59
# TODO: This should be patched into the rpath of the respective libraries!
60
- export LD_LIBRARY_PATH=${ pkgs . libusb } /lib:$LD_LIBRARY_PATH
60
+ export LD_LIBRARY_PATH=${ pkgs . libusb1 } /lib:$LD_LIBRARY_PATH
61
61
'' + ( lib . optionalString withUnfreePkgs ''
62
62
export LD_LIBRARY_PATH=${ pkgs . segger-jlink } /lib:$LD_LIBRARY_PATH
63
63
'' ) ;
You can’t perform that action at this time.
0 commit comments