Fabian Affolter 2024-07-05 07:55:39 +02:00
parent 870aefdd6d
commit 580bde9ab2

View File

@ -6,18 +6,18 @@
buildGoModule rec {
pname = "cnspec";
version = "11.10.0";
version = "11.11.0";
src = fetchFromGitHub {
owner = "mondoohq";
repo = "cnspec";
rev = "refs/tags/v${version}";
hash = "sha256-tV7QDa7XSkr+HwegOwEnOjtn1IrLhE0PfrhjjRz0JbM=";
hash = "sha256-3cjtWdBovnRHFUS9TAPkGbg+XocgkkgJFfkljkyjqUg=";
};
proxyVendor = true;
vendorHash = "sha256-KS+fuoLFueI5cHQLiM1g6Qxq4UFKNVGauvchx2aP+RY=";
vendorHash = "sha256-9N1v2i2Cxs7t1d2eI9NQOOqlmc9evV15HH12HZ0gr4U=";
subPackages = [ "apps/cnspec" ];