Loading pkgs/tools/security/cnspec/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -6,18 +6,18 @@ buildGoModule rec { pname = "cnspec"; version = "11.29.0"; version = "11.30.0"; src = fetchFromGitHub { owner = "mondoohq"; repo = "cnspec"; rev = "refs/tags/v${version}"; hash = "sha256-a8ihlnJ8fggJpr54GGlNLgWwM6veW5xz4ah5WkFHHh0="; hash = "sha256-1d04jYnVrbtxVYOJiUYZzNCwJJXZ2O1Bendxj692Sc8="; }; proxyVendor = true; vendorHash = "sha256-snnEqg41Vi82uoFzJzYg8/P45lp0Y4w1NQ0rG0CD+T0="; vendorHash = "sha256-Sd3uN+rny3J0Z/SIMKR0HEsq21B5ZqcjxrUgqS95FaU="; subPackages = [ "apps/cnspec" ]; Loading Loading
pkgs/tools/security/cnspec/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -6,18 +6,18 @@ buildGoModule rec { pname = "cnspec"; version = "11.29.0"; version = "11.30.0"; src = fetchFromGitHub { owner = "mondoohq"; repo = "cnspec"; rev = "refs/tags/v${version}"; hash = "sha256-a8ihlnJ8fggJpr54GGlNLgWwM6veW5xz4ah5WkFHHh0="; hash = "sha256-1d04jYnVrbtxVYOJiUYZzNCwJJXZ2O1Bendxj692Sc8="; }; proxyVendor = true; vendorHash = "sha256-snnEqg41Vi82uoFzJzYg8/P45lp0Y4w1NQ0rG0CD+T0="; vendorHash = "sha256-Sd3uN+rny3J0Z/SIMKR0HEsq21B5ZqcjxrUgqS95FaU="; subPackages = [ "apps/cnspec" ]; Loading