Skip to content

Commit

Permalink
try rebuilding cargo-vendor-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
ggreif committed Sep 14, 2024
1 parent cfd919c commit 0f66854
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ rec {
let
# Build Rust package cargo-vendor-tools
cargoVendorTools = nixpkgs.rustPlatform.buildRustPackage rec {
name = "cargo-vendor-tools";
name = "cargo-vendor-tools-X";
src = subpath "./rts/${name}/";
cargoSha256 = "sha256-E6GTFvmZMjGsVlec7aH3QaizqIET6Dz8Csh0N1jeX+M=";
};
Expand Down

0 comments on commit 0f66854

Please sign in to comment.