cnspec: 11.23.0 -> 11.23.1 (#345589)

This commit is contained in:
Fabian Affolter 2024-10-01 00:10:47 +02:00 committed by GitHub
commit 0a815f427a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,18 +6,18 @@
buildGoModule rec {
pname = "cnspec";
version = "11.23.0";
version = "11.23.1";
src = fetchFromGitHub {
owner = "mondoohq";
repo = "cnspec";
rev = "refs/tags/v${version}";
hash = "sha256-oZCKNsbDdsqlh763/T23+A03Qt8f/XyC8MItMah+U3w=";
hash = "sha256-ZOfAkoRjxM3CFNIPye7thW6wxfGbS2EeeVHW6tnv2v4=";
};
proxyVendor = true;
vendorHash = "sha256-QqK527y4W+B7jhRoOkpt9QRyERA6Tn4Dwaq+gzN3k4U=";
vendorHash = "sha256-xYhzM3j3zwkX4YLS5V1bScl+dP9N9/XZUHR77CI2sSY=";
subPackages = [ "apps/cnspec" ];