tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
starboard: 0.15.16 -> 0.15.17
R. Ryantm
2 years ago
867cec82
541745f7
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
applications
networking
cluster
starboard
default.nix
+2
-2
pkgs/applications/networking/cluster/starboard/default.nix
···
2
2
3
3
buildGoModule rec {
4
4
pname = "starboard";
5
5
-
version = "0.15.16";
5
5
+
version = "0.15.17";
6
6
7
7
src = fetchFromGitHub {
8
8
owner = "aquasecurity";
9
9
repo = pname;
10
10
rev = "v${version}";
11
11
-
sha256 = "sha256-n4gChQQMVdtEKW2WqQAEVtlU2fFxLxBem2yAJzDjx2Q=";
11
11
+
sha256 = "sha256-RzwLc29f+u/m1x5R199M8XQQ5nn33ofYi3AyMCimMtA=";
12
12
# populate values that require us to use git. By doing this in postFetch we
13
13
# can delete .git afterwards and maintain better reproducibility of the src.
14
14
leaveDotGit = true;