Unverified Commit c89dda7c authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #266835 from purcell/sqlint-0.3.0

sqlint: 0.2.1 -> 0.3.0
parents f9611764 50411697
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -334,6 +334,13 @@ in
    '';
  };

  google-protobuf = attrs:
    lib.optionalAttrs (lib.versionAtLeast attrs.version "3.25.0") {
    # Fails on 3.25.0 with:
    #   convert.c:312:32: error: format string is not a string literal (potentially insecure) [-Werror,-Wformat-security]
    hardeningDisable = [ "format" ];
  };

  grpc = attrs: {
    nativeBuildInputs = [ pkg-config ]
      ++ lib.optional stdenv.isDarwin cctools
+6 −6
Original line number Diff line number Diff line
GEM
  remote: https://rubygems.org/
  specs:
    google-protobuf (3.21.2)
    pg_query (2.1.3)
      google-protobuf (>= 3.19.2)
    sqlint (0.2.1)
      pg_query (~> 2)
    google-protobuf (3.25.0)
    pg_query (4.2.3)
      google-protobuf (>= 3.22.3)
    sqlint (0.3.0)
      pg_query (>= 1)

PLATFORMS
  ruby
@@ -14,4 +14,4 @@ DEPENDENCIES
  sqlint

BUNDLED WITH
   2.3.9
   2.4.20
+6 −6
Original line number Diff line number Diff line
@@ -4,10 +4,10 @@
    platforms = [];
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "1i5g23mjc4fiwymrfkvgcmsym50rapw7vm988fm46rlpg3zijgl1";
      sha256 = "18d1w5j7vjaza3v1ig9j7zyis04kxqdkb1272vbgncxn03ck45mm";
      type = "gem";
    };
    version = "3.21.2";
    version = "3.25.0";
  };
  pg_query = {
    dependencies = ["google-protobuf"];
@@ -15,10 +15,10 @@
    platforms = [];
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "00bhwkhjy6bkp04313m5il7vd165i3fz0x4jissflf66i164ppgk";
      sha256 = "15ynrzqsmmbmxib8ri8n9k6z3l6rwd91j7y1mghm33nfgdf9bj8w";
      type = "gem";
    };
    version = "2.1.3";
    version = "4.2.3";
  };
  sqlint = {
    dependencies = ["pg_query"];
@@ -26,9 +26,9 @@
    platforms = [];
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "1wbsi0ivashmpgavz7j22qns3zcya8j6sd2f9y8hk8bnqx7i3ak0";
      sha256 = "06gljzjhbfvxs85699jr1p7y2j8hhi629kfarad7yjqy7ssl541n";
      type = "gem";
    };
    version = "0.2.1";
    version = "0.3.0";
  };
}