Merge pull request #265322 from fabaff/cnspec-bump

cnspec: 9.5.0 -> 9.5.1
This commit is contained in:
Fabian Affolter
2023-11-04 10:16:43 +01:00
committed by GitHub
+2 -2
View File
@@ -5,13 +5,13 @@
buildGoModule rec {
pname = "cnspec";
version = "9.5.0";
version = "9.5.1";
src = fetchFromGitHub {
owner = "mondoohq";
repo = "cnspec";
rev = "refs/tags/v${version}";
hash = "sha256-XDsZyDTULetUnV0zFn6ZhP/2MJN0gs/HlvWmdeTa0NU=";
hash = "sha256-nQ6Dd87ZkA+DPUtLnL83+jGcBNOoO6jmqtQXoynMS+8=";
};
proxyVendor = true;