starboard: 0.15.30 -> 0.15.32

This commit is contained in:
R. Ryantm
2026-02-09 15:23:39 +00:00
parent a1645330ea
commit 2c97d74fe9
+2 -2
View File
@@ -9,7 +9,7 @@
buildGoModule (finalAttrs: {
pname = "starboard";
version = "0.15.30";
version = "0.15.32";
__darwinAllowLocalNetworking = true; # for tests
@@ -17,7 +17,7 @@ buildGoModule (finalAttrs: {
owner = "aquasecurity";
repo = "starboard";
tag = "v${finalAttrs.version}";
hash = "sha256-3Z2dALOgm68bPrchyXYd1HsWJbplTUV1JapYFoS/OPU=";
hash = "sha256-rFElikd/R5i7Itp+3XFgPRCoWd61X0IYszbcOMhcKRc=";
# 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;