Merge pull request #272894 from x10an14/update-cyclonedx

cargo-cyclonedx: 0.3.8 -> 0.4.1

authored by Thomas Gerbet and committed by GitHub fd04bea4 a67f39ab

+3 -3
+3 -3
pkgs/development/tools/rust/cargo-cyclonedx/default.nix
··· 12 12 13 13 rustPlatform.buildRustPackage rec { 14 14 pname = "cargo-cyclonedx"; 15 - version = "0.3.8"; 15 + version = "0.4.1"; 16 16 17 17 src = fetchFromGitHub { 18 18 owner = "CycloneDX"; 19 19 repo = "cyclonedx-rust-cargo"; 20 20 rev = "${pname}-${version}"; 21 - hash = "sha256-6XW8aCXepbVnTubbM4sfRIC87uYSCEbuj+jJcPayEEU="; 21 + hash = "sha256-JrusJsMjaWAsWAssU+q87BCH2ouLfthIw47ypwBkR9o="; 22 22 }; 23 23 24 - cargoHash = "sha256-BG/vfa5L6Iibfon3A5TP8/K8jbJsWqc+axdvIXc7GmM="; 24 + cargoHash = "sha256-QzEojbwBF7s3C+LlFWle0+8DVtyEljuqAcMAyRJqFcs="; 25 25 26 26 nativeBuildInputs = [ 27 27 pkg-config