Merge pull request #302687 from fabaff/cnspec-bump

cnspec: 10.11.0 -> 10.11.1
This commit is contained in:
Fabian Affolter 2024-04-09 11:18:03 +02:00 committed by GitHub
commit 3fedc8e53c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,18 +6,18 @@
buildGoModule rec { buildGoModule rec {
pname = "cnspec"; pname = "cnspec";
version = "10.11.0"; version = "10.11.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "mondoohq"; owner = "mondoohq";
repo = "cnspec"; repo = "cnspec";
rev = "refs/tags/v${version}"; rev = "refs/tags/v${version}";
hash = "sha256-z8pWAazoafyrsz3EmfhtHDBhmHHjkGFEIL5BftW79fg="; hash = "sha256-rLKECheCsJldeiUn1PtOLN5T4y+pu8TGC95q11KF4NU=";
}; };
proxyVendor = true; proxyVendor = true;
vendorHash = "sha256-6MVl8QuzxzcyFVP04ikO7B4Gk17e0TA4hxmL17OehCo="; vendorHash = "sha256-INkE3jOTrJGOqXj/M/s142CFdhN1XzbW1h6SKmlbhJw=";
subPackages = [ "apps/cnspec" ]; subPackages = [ "apps/cnspec" ];