Fabian Affolter
2023-11-02 09:06:52 +01:00
parent c44a609dcb
commit 5220d46c2c
+3 -3
View File
@@ -5,17 +5,17 @@
buildGoModule rec {
pname = "cnspec";
version = "9.4.0";
version = "9.5.0";
src = fetchFromGitHub {
owner = "mondoohq";
repo = "cnspec";
rev = "refs/tags/v${version}";
hash = "sha256-rAvSC+MqgS47n/DFbGoeyvN1GyidvQ37TS+buSYwxME=";
hash = "sha256-XDsZyDTULetUnV0zFn6ZhP/2MJN0gs/HlvWmdeTa0NU=";
};
proxyVendor = true;
vendorHash = "sha256-xghScwfR82Q9lhx2cNc1JZShppCKQR+tZynk+ee/81c=";
vendorHash = "sha256-XX+prBSq9mwwnGFBDe2g0un/ZaF+DTXxymq8lfr2xiM=";
subPackages = [
"apps/cnspec"