tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
roxctl: 4.2.0 -> 4.2.1
R. Ryantm
2 years ago
7eaf47de
1ae1ab8d
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
applications
networking
cluster
roxctl
default.nix
+3
-3
pkgs/applications/networking/cluster/roxctl/default.nix
···
2
2
3
3
buildGoModule rec {
4
4
pname = "roxctl";
5
5
-
version = "4.2.0";
5
5
+
version = "4.2.1";
6
6
7
7
src = fetchFromGitHub {
8
8
owner = "stackrox";
9
9
repo = "stackrox";
10
10
rev = version;
11
11
-
sha256 = "sha256-GrqefNH3wLMMd+JfkugVJhUHFP5vvqroAMbWLan9ylU=";
11
11
+
sha256 = "sha256-6dj6thIjxoYdX4h7btK8bQcqfqbZ86E/rQOHkgIeaN4=";
12
12
};
13
13
14
14
-
vendorHash = "sha256-y/ZoSK/lgqt8VZAb8NgCzyde/cwAhpu658/3mC/tI98=";
14
14
+
vendorHash = "sha256-SGhflDzTRix+kWgh9/0Rc5laQwGdEu+RawEDyHVI+3E=";
15
15
16
16
nativeBuildInputs = [ installShellFiles ];
17
17