Merge pull request #283832 from fabaff/cnspec-bump

cnspec: 10.0.1 -> 10.0.2
This commit is contained in:
Fabian Affolter
2024-01-25 23:05:30 +01:00
committed by GitHub
+2 -2
View File
@@ -5,13 +5,13 @@
buildGoModule rec {
pname = "cnspec";
version = "10.0.1";
version = "10.0.2";
src = fetchFromGitHub {
owner = "mondoohq";
repo = "cnspec";
rev = "refs/tags/v${version}";
hash = "sha256-CzTHEOQ6QTL5M6lS8BgRhf3OXBC/Pa+HabsRrlxQGcU=";
hash = "sha256-YdOzHMC2dP8OCDn1T+nE7k5dL3KHpLHFAGKuQAnu6l0=";
};
proxyVendor = true;