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 2626
2727 elf2tab = pkgs . rustPlatform . buildRustPackage rec {
2828 name = "elf2tab-${ version } " ;
29- version = "0.12 .0" ;
29+ version = "0.13 .0" ;
3030
3131 src = pkgs . fetchFromGitHub {
3232 owner = "tock" ;
3333 repo = "elf2tab" ;
3434 rev = "v${ version } " ;
35- sha256 = "sha256-+VeWLBI6md399Oaumt4pJrOkm0Nz7fmpXN2TjglUE34 =" ;
35+ sha256 = "sha256-tVxYdokrHzlA8SqZN/+kpznvnnjx7X8z2Du4p4nU0V4 =" ;
3636 } ;
3737
3838 cargoHash =
3939 if lib . versionAtLeast lib . version "25.05pre" then
40- "sha256-C1hg2/y557jRLkSBvFLxYKH+t8xEJudDvU72kO9sPug ="
40+ "sha256-5bQVk77gMtMfnRXf7rlRf/ABr73K9ZosB6E/gGZFpz4 ="
4141 else
42- "sha256-UHAwk1fBcabRqy7VMhz4aoQuIur+MQshDOhC7KFyGm4 =" ;
42+ "sha256-A2w3nYw0A+qcZbVLC+C7ZLsWFcEaP8tc7XVBmuwsIgM =" ;
4343 } ;
4444
4545 # The formatting scripts require a specific version of uncrustify:
You can’t perform that action at this time.
0 commit comments