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

cnspec: 12.20.1 -> 12.21.0 (#487439)

parents 558eea35 6d285780
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,18 +6,18 @@

buildGoModule (finalAttrs: {
  pname = "cnspec";
  version = "12.20.1";
  version = "12.21.0";

  src = fetchFromGitHub {
    owner = "mondoohq";
    repo = "cnspec";
    tag = "v${finalAttrs.version}";
    hash = "sha256-tckUExRppqjpO2yS4J/+8w8SE4b6zKWjFY6xlpVFcKE=";
    hash = "sha256-MxdCYUxPKRwnZuoBBI6CB6vAansojfdQ0aiBpZiYnHw=";
  };

  proxyVendor = true;

  vendorHash = "sha256-z6Y4d76TaormYbtstm1uytfXGfoHQ+9/6bw6uyRYsP8=";
  vendorHash = "sha256-y1IXxytA5n1m8qOhZiZ7X1O7qJlx7Q+VCuox53miX2M=";

  subPackages = [ "apps/cnspec" ];