Skip to content

Commit b9b2b98

Browse files
committed
shell.nix: update elf2tab to v0.13.0
1 parent 94925c3 commit b9b2b98

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

shell.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,20 +26,20 @@ let
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:

0 commit comments

Comments
 (0)