Fabian Affolter 2023-11-03 22:48:38 +01:00
parent 116a53bea2
commit e458ccdf40

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;