Merge pull request #183286 from stehessel/roxctl-3.71.0

roxctl: 3.70.1 -> 3.71.0
This commit is contained in:
Jonas Heinrich 2022-08-24 10:05:08 +02:00 committed by GitHub
commit 3234cc5f92
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 4 deletions

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "roxctl";
version = "3.70.1";
version = "3.71.0";
src = fetchFromGitHub {
owner = "stackrox";
repo = "stackrox";
rev = version;
sha256 = "sha256-T06VldyPBIpYWs8+N4OWmaCwXCcb37F7lLD4jHcm1uc=";
sha256 = "sha256-svoSc9cT12nPYbyYz+Uv2edJAt/dJjcqe3E6cKII0KY=";
};
vendorSha256 = "sha256-xh2bgLSWjQHOjHrgDpQri78LvCL4CDbMteQYARyGLgg=";
vendorSha256 = "sha256-zz8v9HkJPnk4QDRa9eVgI5uvqQLhemq8vOZ0qc9u8es=";
nativeBuildInputs = [ installShellFiles ];

View file

@ -29595,7 +29595,9 @@ with pkgs;
qemacs = callPackage ../applications/editors/qemacs { };
roxctl = callPackage ../applications/networking/cluster/roxctl { };
roxctl = callPackage ../applications/networking/cluster/roxctl {
buildGoModule = buildGo117Module;
};
rqbit = callPackage ../applications/networking/p2p/rqbit {
inherit (darwin.apple_sdk.frameworks) Security;