Skip to content

Commit

Permalink
cargo-about: 0.5.4 -> 0.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
figsoda committed Mar 20, 2023
1 parent 9030145 commit 6715882
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/rust/cargo-about/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@

rustPlatform.buildRustPackage rec {
pname = "cargo-about";
version = "0.5.4";
version = "0.5.5";

src = fetchFromGitHub {
owner = "EmbarkStudios";
repo = "cargo-about";
rev = version;
sha256 = "sha256-zr9Y07VoW8XQELzw7C1QT8Ared8ntH9yjncZqZJ1uj4=";
sha256 = "sha256-OAKTEU4+m9QMW/EMhCrN5HTMSjnPzEU0ISCeauI76SY=";
};

cargoSha256 = "sha256-L01NvZbJggOMcoBLXZw8peiCQxA1DPqnrZVx2pMb40o=";
cargoSha256 = "sha256-BGopHg4giLVie+z7kjlb9rTvLTovFyJ/emCF4j0Va04=";

nativeBuildInputs = [ pkg-config ];

Expand Down

0 comments on commit 6715882

Please sign in to comment.