cyclonedx-gomod: 1.9.0 -> 1.10.0

This commit is contained in:
R. Ryantm
2026-02-01 00:29:26 +00:00
parent 4fcece76d5
commit c7cb2b8673
+3 -3
View File
@@ -6,16 +6,16 @@
buildGoModule rec {
pname = "cyclonedx-gomod";
version = "1.9.0";
version = "1.10.0";
src = fetchFromGitHub {
owner = "CycloneDX";
repo = "cyclonedx-gomod";
tag = "v${version}";
hash = "sha256-iD8mDqQl18ufJBoRkpqYZc+I259HfnFNp29guvBtGDk=";
hash = "sha256-x0/Sei1uY8dDTYCFOgI2e6pe/5BjXLgt8YKKvSMBG4I=";
};
vendorHash = "sha256-Yw+lci0vBDWeJVjOX83LKNb7afcsIK/AC5GZPRSzcdo=";
vendorHash = "sha256-x2aP+tGG5cn7ePeIbo+3XuPdWTScdY4dYvEKSJjxoSo=";
ldflags = [
"-w"