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

cnspec: 13.3.3 -> 13.4.1 (#509515)

parents 8bfbf4a2 a1458aa0
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,18 +6,18 @@

buildGoModule (finalAttrs: {
  pname = "cnspec";
  version = "13.3.3";
  version = "13.4.1";

  src = fetchFromGitHub {
    owner = "mondoohq";
    repo = "cnspec";
    tag = "v${finalAttrs.version}";
    hash = "sha256-yCxry1f5CEF51WSgrYN1m9F8YpVjtt+UNZG978nPXbY=";
    hash = "sha256-3Uo2x30K7b7NA5OGP8YYlcoEJmFhlkL7t7ohvzUlmYI=";
  };

  proxyVendor = true;

  vendorHash = "sha256-wgebRTa1ox+LUzxlYLb3pqcLEF/uUushZ1Oq2mvRGCk=";
  vendorHash = "sha256-7XwLkvG0LYL0pIbjMs78wMSqbXR5SScPAgjRxYsPwlA=";

  subPackages = [ "apps/cnspec" ];