mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 02:42:59 +00:00
Merge pull request #310495 from r-ryantm/auto-update/sbom-utility
sbom-utility: 0.15.0 -> 0.16.0
This commit is contained in:
commit
39d7bb3cb2
@ -6,16 +6,16 @@
|
|||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "sbom-utility";
|
pname = "sbom-utility";
|
||||||
version = "0.15.0";
|
version = "0.16.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "CycloneDX";
|
owner = "CycloneDX";
|
||||||
repo = "sbom-utility";
|
repo = "sbom-utility";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-tNLMrtJj1eeJ4sVhDRR24/KVI1HzZSRquiImuDTNZFI=";
|
hash = "sha256-EqK2TGlv2RGfvR95lzYz3EHJkfq4q4Ty5H2zFdd9cME=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-EdzI5ypwZRksQVmcfGDUgEMa4CeAPcm237ZaKqmWQDY=";
|
vendorHash = "sha256-qh8kIwgrlmHkocM5ZoGnOY7ISJlct/TV7dAxvXlPw68=";
|
||||||
|
|
||||||
preCheck = ''
|
preCheck = ''
|
||||||
cd test
|
cd test
|
||||||
|
Loading…
Reference in New Issue
Block a user