about summary refs log tree commit diff
path: root/pkgs/development/tools/sqlint
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2020-04-08 04:20:00 -0500
committerMario Rodas <marsam@users.noreply.github.com>2020-04-08 04:20:00 -0500
commitf396fe6627f02fbd07727da60c1971070860cc13 (patch)
treeda8c0aa2ba8996e4daf7ab8c838d2074804010eb /pkgs/development/tools/sqlint
parentd92cc0f25bedf0d2e7bd578c782d2fa604d79e50 (diff)
sqlint: 0.1.9 -> 0.1.10
Diffstat (limited to 'pkgs/development/tools/sqlint')
-rw-r--r--pkgs/development/tools/sqlint/Gemfile.lock4
-rw-r--r--pkgs/development/tools/sqlint/gemset.nix8
2 files changed, 6 insertions, 6 deletions
diff --git a/pkgs/development/tools/sqlint/Gemfile.lock b/pkgs/development/tools/sqlint/Gemfile.lock
index a4bb07b76ab55..a57d1811b19ec 100644
--- a/pkgs/development/tools/sqlint/Gemfile.lock
+++ b/pkgs/development/tools/sqlint/Gemfile.lock
@@ -1,8 +1,8 @@
 GEM
   remote: https://rubygems.org/
   specs:
-    pg_query (1.1.0)
-    sqlint (0.1.9)
+    pg_query (1.2.0)
+    sqlint (0.1.10)
       pg_query (~> 1)
 
 PLATFORMS
diff --git a/pkgs/development/tools/sqlint/gemset.nix b/pkgs/development/tools/sqlint/gemset.nix
index b10a56c4c923b..a86277363fbc7 100644
--- a/pkgs/development/tools/sqlint/gemset.nix
+++ b/pkgs/development/tools/sqlint/gemset.nix
@@ -4,10 +4,10 @@
     platforms = [];
     source = {
       remotes = ["https://rubygems.org"];
-      sha256 = "070iy9jdj0snfl42my5n6i2svcnn87cbffcjvvq5068hw0b0296w";
+      sha256 = "0p9s6znavm6v5dwk1hxg9a8h2lrrwh9l0rlk0sy8cx4sq2mq82m1";
       type = "gem";
     };
-    version = "1.1.0";
+    version = "1.2.0";
   };
   sqlint = {
     dependencies = ["pg_query"];
@@ -15,9 +15,9 @@
     platforms = [];
     source = {
       remotes = ["https://rubygems.org"];
-      sha256 = "1pg9c00w520mw1mzq8kls8whwgqva1alksdsv536bh9nq7m2hnky";
+      sha256 = "0ds7qsaqi745fda8nliy15is36l1bkfbfkr43q6smpy103xbk44c";
       type = "gem";
     };
-    version = "0.1.9";
+    version = "0.1.10";
   };
 }
\ No newline at end of file