Unverified Commit 6c7dd736 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #266812 from fabaff/cnspec-bump

cnspec: 9.5.2 -> 9.6.1
parents 7d76c9c2 9a757b83
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -5,17 +5,17 @@

buildGoModule rec {
  pname = "cnspec";
  version = "9.5.2";
  version = "9.6.1";

  src = fetchFromGitHub {
    owner = "mondoohq";
    repo = "cnspec";
    rev = "refs/tags/v${version}";
    hash = "sha256-p2FxP67zXpYje+ZS0qsuTL98b8B0YvHRiBb7CxUu/f0=";
    hash = "sha256-aFQStXwoko2YA77d+H76AScNCNqC56CyJe5cz74SYdg=";
  };

  proxyVendor = true;
  vendorHash = "sha256-XbPa1nag6eSaUcl2dxmvng5gbSJH2htsa22LDseECaQ=";
  vendorHash = "sha256-fOSFOUrcxw/77vgPziigkSea93xR2k0Tr/cMGtX+3tc=";

  subPackages = [
    "apps/cnspec"