Skip to content

Commit

Permalink
Merge pull request #379 from tock/update-nix-shell
Browse files Browse the repository at this point in the history
Update elf2tab in nix shell
  • Loading branch information
alevy authored Mar 22, 2024
2 parents 28f5fc0 + 2eceacd commit e5c540b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,16 @@ let

elf2tab = pkgs.rustPlatform.buildRustPackage rec {
name = "elf2tab-${version}";
version = "0.11.0";
version = "0.12.0";

src = pkgs.fetchFromGitHub {
owner = "tock";
repo = "elf2tab";
rev = "v${version}";
sha256 = "sha256-cjDFi9vaD9O2oVtGAapvvHrA+yUe17teoVzTso2enpI=";
sha256 = "sha256-+VeWLBI6md399Oaumt4pJrOkm0Nz7fmpXN2TjglUE34=";
};

cargoSha256 = "sha256-KGPp6Dx1aUX8XILfV8kbiXKinoBVkEmBRxD9mWrsVNk=";
cargoSha256 = "sha256-UHAwk1fBcabRqy7VMhz4aoQuIur+MQshDOhC7KFyGm4=";
};
in
pkgs.mkShell {
Expand Down

0 comments on commit e5c540b

Please sign in to comment.