···23buildGoModule rec {
4 pname = "starboard";
5- version = "0.15.16";
67 src = fetchFromGitHub {
8 owner = "aquasecurity";
9 repo = pname;
10 rev = "v${version}";
11- sha256 = "sha256-n4gChQQMVdtEKW2WqQAEVtlU2fFxLxBem2yAJzDjx2Q=";
12 # populate values that require us to use git. By doing this in postFetch we
13 # can delete .git afterwards and maintain better reproducibility of the src.
14 leaveDotGit = true;
···23buildGoModule rec {
4 pname = "starboard";
5+ version = "0.15.17";
67 src = fetchFromGitHub {
8 owner = "aquasecurity";
9 repo = pname;
10 rev = "v${version}";
11+ sha256 = "sha256-RzwLc29f+u/m1x5R199M8XQQ5nn33ofYi3AyMCimMtA=";
12 # populate values that require us to use git. By doing this in postFetch we
13 # can delete .git afterwards and maintain better reproducibility of the src.
14 leaveDotGit = true;