Merge pull request #324737 from fabaff/cnspec-bump

cnspec: 11.10.0 -> 11.11.0

authored by Fabian Affolter and committed by GitHub 1741eabe 17ed894f

+3 -3
+3 -3
pkgs/tools/security/cnspec/default.nix
··· 6 7 buildGoModule rec { 8 pname = "cnspec"; 9 - version = "11.10.0"; 10 11 src = fetchFromGitHub { 12 owner = "mondoohq"; 13 repo = "cnspec"; 14 rev = "refs/tags/v${version}"; 15 - hash = "sha256-tV7QDa7XSkr+HwegOwEnOjtn1IrLhE0PfrhjjRz0JbM="; 16 }; 17 18 proxyVendor = true; 19 20 - vendorHash = "sha256-KS+fuoLFueI5cHQLiM1g6Qxq4UFKNVGauvchx2aP+RY="; 21 22 subPackages = [ "apps/cnspec" ]; 23
··· 6 7 buildGoModule rec { 8 pname = "cnspec"; 9 + version = "11.11.0"; 10 11 src = fetchFromGitHub { 12 owner = "mondoohq"; 13 repo = "cnspec"; 14 rev = "refs/tags/v${version}"; 15 + hash = "sha256-3cjtWdBovnRHFUS9TAPkGbg+XocgkkgJFfkljkyjqUg="; 16 }; 17 18 proxyVendor = true; 19 20 + vendorHash = "sha256-9N1v2i2Cxs7t1d2eI9NQOOqlmc9evV15HH12HZ0gr4U="; 21 22 subPackages = [ "apps/cnspec" ]; 23