Unverified Commit 7bc63678 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

cnspec: 13.6.0 -> 13.7.0 (#515114)

parents b0110532 2e88a548
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,18 +6,18 @@

buildGoModule (finalAttrs: {
  pname = "cnspec";
  version = "13.6.0";
  version = "13.7.0";

  src = fetchFromGitHub {
    owner = "mondoohq";
    repo = "cnspec";
    tag = "v${finalAttrs.version}";
    hash = "sha256-edapPCYa1CtJS4p8+5Imi0G13qrs3S46QIZmnCNe+rQ=";
    hash = "sha256-YRQythakLR6dwd0vpyudcAwa7jHxBuWW+WOigVosRzM=";
  };

  proxyVendor = true;

  vendorHash = "sha256-eqdT/znugXvGuZeecwaVFXNSJspnVYo3nJPnf2HKkqY=";
  vendorHash = "sha256-mcg9jh07ZvHxi/zuDWs9t3bxPW6zuAPzKTQYMtQ08/M=";

  subPackages = [ "apps/cnspec" ];