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.
1 parent c6f1ef9 commit 858aedbCopy full SHA for 858aedb
pkgs/by-name/sb/sbom-utility/package.nix
@@ -6,16 +6,16 @@
6
7
buildGoModule rec {
8
pname = "sbom-utility";
9
- version = "0.16.0";
+ version = "0.17.0";
10
11
src = fetchFromGitHub {
12
owner = "CycloneDX";
13
repo = "sbom-utility";
14
rev = "refs/tags/v${version}";
15
- hash = "sha256-EqK2TGlv2RGfvR95lzYz3EHJkfq4q4Ty5H2zFdd9cME=";
+ hash = "sha256-LiHCA5q9IJ67jZ2JUcbCFVCYnT36nyq9QzgH9PMr9kM=";
16
};
17
18
- vendorHash = "sha256-qh8kIwgrlmHkocM5ZoGnOY7ISJlct/TV7dAxvXlPw68=";
+ vendorHash = "sha256-vyYSir5u6d5nv+2ScrHpasQGER4VFSoLb1FDUDIrtDM=";
19
20
preCheck = ''
21
cd test
0 commit comments