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

cnspec: 13.0.0 -> 13.1.1 (#501101)

parents 88b129d6 8bf85ab7
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,18 +6,18 @@

buildGoModule (finalAttrs: {
  pname = "cnspec";
  version = "13.0.0";
  version = "13.1.1";

  src = fetchFromGitHub {
    owner = "mondoohq";
    repo = "cnspec";
    tag = "v${finalAttrs.version}";
    hash = "sha256-qA48TBt1S4M6xyvfBELxbJd0R7PwY34naZctb4XRnwo=";
    hash = "sha256-579zSogioTKdsqOwTptJUqN1IEWnPzEmWrSjllqIYOY=";
  };

  proxyVendor = true;

  vendorHash = "sha256-CwR0/L+ptBKjBLLZ7I96+jxJyCAgM7V0etXz+H0vlhI=";
  vendorHash = "sha256-ZPJGtI5HTetjSDfkXmF2elyXPO7AmQn1zmXzEjNIIXc=";

  subPackages = [ "apps/cnspec" ];