Skip to content

Commit

Permalink
cargo-cyclonedx: 0.4.1 -> 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Mar 2, 2024
1 parent 9c8cdfd commit babbddc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/rust/cargo-cyclonedx/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@

rustPlatform.buildRustPackage rec {
pname = "cargo-cyclonedx";
version = "0.4.1";
version = "0.5.0";

src = fetchFromGitHub {
owner = "CycloneDX";
repo = "cyclonedx-rust-cargo";
rev = "${pname}-${version}";
hash = "sha256-JrusJsMjaWAsWAssU+q87BCH2ouLfthIw47ypwBkR9o=";
hash = "sha256-791FZR9dmwVjORrkpm8el+2VMEEKJG+yKKqq+R1I9U4=";
};

cargoHash = "sha256-QzEojbwBF7s3C+LlFWle0+8DVtyEljuqAcMAyRJqFcs=";
cargoHash = "sha256-Cbi1cnUy6HKkgBXVjK0xItx2pzuYVob/Qz4o8eT6Fws=";

nativeBuildInputs = [
pkg-config
Expand Down

0 comments on commit babbddc

Please sign in to comment.