starboard: 0.15.3 -> 0.15.4

main
06kellyjac 2 years ago
parent e3e7e784cb
commit 0f43246033
  1. 6
      pkgs/applications/networking/cluster/starboard/default.nix

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "starboard";
version = "0.15.3";
version = "0.15.4";
src = fetchFromGitHub {
owner = "aquasecurity";
repo = pname;
rev = "v${version}";
sha256 = "sha256-EBjAB0uSMAyiVr6KxqrT/F+GIkntmOKNPHL1D0RBdG0=";
sha256 = "sha256-GhcHvKqYktBAPB443ZjJ3LYRJZorO7IH1OEnEQKUO0g=";
# 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;
@ -20,7 +20,7 @@ buildGoModule rec {
find "$out" -name .git -print0 | xargs -0 rm -rf
'';
};
vendorSha256 = "sha256-BxXH+dJyAQRGAq25CljUImxYIT+nCQpmUPUjHOYF0kc=";
vendorSha256 = "sha256-ozbejIFR0mDgCgca+2yaPRiMMHLOEsC9u+kQUe69spc=";
nativeBuildInputs = [ installShellFiles ];

Loading…
Cancel
Save