lol

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

roxctl: 3.74.1 -> 4.0.0

authored by

Weijia Wang and committed by
GitHub
b3f31fbd 2c0f992b

+3 -3
+3 -3
pkgs/applications/networking/cluster/roxctl/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "roxctl"; 5 - version = "3.74.1"; 5 + version = "4.0.0"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "stackrox"; 9 9 repo = "stackrox"; 10 10 rev = version; 11 - sha256 = "sha256-MKc0/eRyAA7xeKKI8ssBXppGKjkqo7/AlRLmNp8juFM="; 11 + sha256 = "sha256-HDhR85plO3UDYPZ/uBiGfNXm1txKQoA4KbYMCvQ2pwY="; 12 12 }; 13 13 14 - vendorHash = "sha256-8s+Fx62HkCX4JO5ixSvx4k1xm0N1N2z/28uVwlUnxqg="; 14 + vendorHash = "sha256-kv5kNFFw57ZuNgwNMucmCPIwaAhpzT0hs2K1B65WxpU="; 15 15 16 16 nativeBuildInputs = [ installShellFiles ]; 17 17