Unverified Commit 46b2c33a authored by figsoda's avatar figsoda Committed by GitHub
Browse files

Merge pull request #232804 from r-ryantm/auto-update/roxctl

roxctl: 4.0.0 -> 4.0.1
parents f05cc984 9943a267
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

buildGoModule rec {
  pname = "roxctl";
  version = "4.0.0";
  version = "4.0.1";

  src = fetchFromGitHub {
    owner = "stackrox";
    repo = "stackrox";
    rev = version;
    sha256 = "sha256-HDhR85plO3UDYPZ/uBiGfNXm1txKQoA4KbYMCvQ2pwY=";
    sha256 = "sha256-9nLu7/4UfIQMje1XIfiPaPkGzdQbDhgBKYq/L2TfaS0=";
  };

  vendorHash = "sha256-kv5kNFFw57ZuNgwNMucmCPIwaAhpzT0hs2K1B65WxpU=";