Skip to content

Commit 823ec17

Browse files
committed
cyclonedx-cli: 0.25.1 -> 0.27.2
1 parent 0892479 commit 823ec17

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

pkgs/by-name/cy/cyclonedx-cli/deps.nix

+8-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkgs/by-name/cy/cyclonedx-cli/package.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66

77
buildDotnetModule rec {
88
pname = "cyclonedx-cli";
9-
version = "0.25.1";
9+
version = "0.27.2";
1010

1111
src = fetchFromGitHub {
1212
owner = "CycloneDX";
1313
repo = "cyclonedx-cli";
1414
rev = "refs/tags/v${version}";
15-
hash = "sha256-9G9g4bfH6EGSTZQlaiLsRjnryl+mQ3uNXdBUBVcKwlg=";
15+
hash = "sha256-QU/MaT8iIf/9VpOb2mixOfOtG/J+sE7S0mT6BKYQnlI=";
1616
};
1717

1818
dotnet-sdk = dotnetCorePackages.sdk_6_0;

0 commit comments

Comments
 (0)