Skip to content

Commit e5c540b

Browse files
authored
Merge pull request #379 from tock/update-nix-shell
Update elf2tab in nix shell
2 parents 28f5fc0 + 2eceacd commit e5c540b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

shell.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,16 @@ let
2626

2727
elf2tab = pkgs.rustPlatform.buildRustPackage rec {
2828
name = "elf2tab-${version}";
29-
version = "0.11.0";
29+
version = "0.12.0";
3030

3131
src = pkgs.fetchFromGitHub {
3232
owner = "tock";
3333
repo = "elf2tab";
3434
rev = "v${version}";
35-
sha256 = "sha256-cjDFi9vaD9O2oVtGAapvvHrA+yUe17teoVzTso2enpI=";
35+
sha256 = "sha256-+VeWLBI6md399Oaumt4pJrOkm0Nz7fmpXN2TjglUE34=";
3636
};
3737

38-
cargoSha256 = "sha256-KGPp6Dx1aUX8XILfV8kbiXKinoBVkEmBRxD9mWrsVNk=";
38+
cargoSha256 = "sha256-UHAwk1fBcabRqy7VMhz4aoQuIur+MQshDOhC7KFyGm4=";
3939
};
4040
in
4141
pkgs.mkShell {

0 commit comments

Comments
 (0)