starboard: 0.15.26 -> 0.15.27 (#440622)

Changed files
+2 -2
pkgs
by-name
st
starboard
+2 -2
pkgs/by-name/st/starboard/package.nix
···
buildGoModule (finalAttrs: {
pname = "starboard";
-
version = "0.15.26";
+
version = "0.15.27";
__darwinAllowLocalNetworking = true; # for tests
···
owner = "aquasecurity";
repo = "starboard";
tag = "v${finalAttrs.version}";
-
hash = "sha256-yQ4ABzN8EvD5qs0yjTaihM145K79LglprC2nlqAw0XU=";
+
hash = "sha256-hp6mgJGcdJ2mm5pwo0/mCZ43VKnZtriySW+PcysgOAY=";
# 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;