Skip to content

Commit 61efaa5

Browse files
authored
Merge pull request #318495 from r-ryantm/auto-update/cargo-cyclonedx
cargo-cyclonedx: 0.5.1 -> 0.5.3
2 parents 28546b2 + 42bacda commit 61efaa5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/development/tools/rust/cargo-cyclonedx/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@
1212

1313
rustPlatform.buildRustPackage rec {
1414
pname = "cargo-cyclonedx";
15-
version = "0.5.1";
15+
version = "0.5.3";
1616

1717
src = fetchFromGitHub {
1818
owner = "CycloneDX";
1919
repo = "cyclonedx-rust-cargo";
2020
rev = "${pname}-${version}";
21-
hash = "sha256-FQM2H/W9p0wmI1GGxnleDGU1y9hpz/Fnxi0KhF2RYeA=";
21+
hash = "sha256-Hq5yEYikov/+/Vgf4Bn0b23+K6yqefrJOoEbC0YdnFY=";
2222
};
2323

24-
cargoHash = "sha256-Y4OoQ3JG0syKBJ2KDJ5qzwu/gI+/unvrTafQ+UYiZYA=";
24+
cargoHash = "sha256-Q6Qanjfu5rIIZw4KeZo0kHJML5aq+12Lkn7CTscK8yE=";
2525

2626
nativeBuildInputs = [
2727
pkg-config

0 commit comments

Comments
 (0)