Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

Merge pull request #313587 from fabaff/cnspec-bump

cnspec: 11.4.3 -> 11.5.0

authored by

Fabian Affolter and committed by
GitHub
22ccebbe bf17552a

+3 -3
+3 -3
pkgs/tools/security/cnspec/default.nix
··· 6 6 7 7 buildGoModule rec { 8 8 pname = "cnspec"; 9 - version = "11.4.3"; 9 + version = "11.5.0"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "mondoohq"; 13 13 repo = "cnspec"; 14 14 rev = "refs/tags/v${version}"; 15 - hash = "sha256-vLkGysRhcSzSu++p71hZLbA0RNCDcukC3HqPrUugd/s="; 15 + hash = "sha256-MQrWZ3nFE/gEU7/AoSIr91LMteo/+68MDwiJBxiosvM="; 16 16 }; 17 17 18 18 proxyVendor = true; 19 19 20 - vendorHash = "sha256-wL0cXNfJ8qyonUQRE7w2cRoqGLa6NGhv3EPFie/9/Z4="; 20 + vendorHash = "sha256-1ytyebfUyeAQcx1HPxn6X0p4t5VlB4uflZJF1f+HhPU="; 21 21 22 22 subPackages = [ "apps/cnspec" ]; 23 23