bom: 0.6.0 -> 0.7.1 (#448816)

This commit is contained in:
Nick Cao
2025-10-06 20:38:13 +00:00
committed by GitHub
+3 -3
View File
@@ -8,13 +8,13 @@
buildGoModule rec {
pname = "bom";
version = "0.6.0";
version = "0.7.1";
src = fetchFromGitHub {
owner = "kubernetes-sigs";
repo = "bom";
tag = "v${version}";
hash = "sha256-nYzBaFtOJhqO0O6MJsxTw/mxsIOa+cnU27nOFRe2/uI=";
hash = "sha256-OLbzk1Ix8N2R+od3NQg0JviEcnw6Sw1+wrak26ZWYFw=";
# populate values that require us to use git. By doing this in postFetch we
# can delete .git afterwards and maintain better reproducibility of the src.
leaveDotGit = true;
@@ -27,7 +27,7 @@ buildGoModule rec {
'';
};
vendorHash = "sha256-q2dK1hO3ruvts4BtQ1VGgTH3qNMzmS22CUuA52t5OvE=";
vendorHash = "sha256-gHlrpseovxAv+YdHipUwuIhUDoK05oizMfUpQTHqi6M=";
nativeBuildInputs = [ installShellFiles ];