Merge pull request #286425 from r-ryantm/auto-update/starboard

starboard: 0.15.19 -> 0.15.20
This commit is contained in:
Nick Cao
2024-02-05 08:50:43 -05:00
committed by GitHub
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "starboard";
version = "0.15.19";
version = "0.15.20";
src = fetchFromGitHub {
owner = "aquasecurity";
repo = pname;
rev = "v${version}";
sha256 = "sha256-99YxScZNSNBiqFb7vsus7yJ99oGf+e2AjWn8aqnuQso=";
sha256 = "sha256-oOz7Dt+j2EmBL/aJUjqRST90wYpXkyREnKCcmNBQX18=";
# 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;