diff options
| author | Fabian Affolter <fabian@affolter-engineering.ch> | 2024-07-23 10:43:57 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-23 10:43:57 +0200 |
| commit | ac9bce2421d5372ea9c488b8441ce4aed67ae962 (patch) | |
| tree | 454519c53f38fe9d237eed60958a424cc0f4c0be | |
| parent | Merge pull request #309613 from bbigras/copilot (diff) | |
| parent | cnspec: 11.12.2 -> 11.13.0 (diff) | |
| download | nixpkgs-ac9bce2421d5372ea9c488b8441ce4aed67ae962.tar.gz | |
Merge pull request #329322 from r-ryantm/auto-update/cnspec
cnspec: 11.12.2 -> 11.13.0
| -rw-r--r-- | pkgs/tools/security/cnspec/default.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/security/cnspec/default.nix b/pkgs/tools/security/cnspec/default.nix index f065202c3eb2..a98e61c7e40f 100644 --- a/pkgs/tools/security/cnspec/default.nix +++ b/pkgs/tools/security/cnspec/default.nix @@ -6,18 +6,18 @@ buildGoModule rec { pname = "cnspec"; - version = "11.12.2"; + version = "11.13.0"; src = fetchFromGitHub { owner = "mondoohq"; repo = "cnspec"; rev = "refs/tags/v${version}"; - hash = "sha256-y3mATllBgvgAAqlwfCtS92fAmfqOs4yxy2oFxJMxJWM="; + hash = "sha256-f0ZeAkLEZzcDEgZ8AIYhaICB/Gcs8sadbMDB0F/aGIY="; }; proxyVendor = true; - vendorHash = "sha256-/Mg1jZ2rL+3NlrG/fZ2t0z9TVSfrJMvKGa1FRhTeicU="; + vendorHash = "sha256-i4oSnUHLsrZBHwtOcKFiRBDAbATsw/vC4xHMCUVEJu4="; subPackages = [ "apps/cnspec" ]; |
