We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 28546b2 + 42bacda commit 61efaa5Copy full SHA for 61efaa5
pkgs/development/tools/rust/cargo-cyclonedx/default.nix
@@ -12,16 +12,16 @@
12
13
rustPlatform.buildRustPackage rec {
14
pname = "cargo-cyclonedx";
15
- version = "0.5.1";
+ version = "0.5.3";
16
17
src = fetchFromGitHub {
18
owner = "CycloneDX";
19
repo = "cyclonedx-rust-cargo";
20
rev = "${pname}-${version}";
21
- hash = "sha256-FQM2H/W9p0wmI1GGxnleDGU1y9hpz/Fnxi0KhF2RYeA=";
+ hash = "sha256-Hq5yEYikov/+/Vgf4Bn0b23+K6yqefrJOoEbC0YdnFY=";
22
};
23
24
- cargoHash = "sha256-Y4OoQ3JG0syKBJ2KDJ5qzwu/gI+/unvrTafQ+UYiZYA=";
+ cargoHash = "sha256-Q6Qanjfu5rIIZw4KeZo0kHJML5aq+12Lkn7CTscK8yE=";
25
26
nativeBuildInputs = [
27
pkg-config
0 commit comments