mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
sqlint: 0.1.7 -> 0.1.9
This commit is contained in:
parent
6b1e29d427
commit
93420d9633
@ -1,11 +1,9 @@
|
||||
GEM
|
||||
remote: https://rubygems.org/
|
||||
specs:
|
||||
json (2.1.0)
|
||||
pg_query (1.0.0)
|
||||
json (>= 1.8, < 3)
|
||||
sqlint (0.1.7)
|
||||
pg_query (~> 0.13.5)
|
||||
pg_query (1.1.0)
|
||||
sqlint (0.1.9)
|
||||
pg_query (~> 1)
|
||||
|
||||
PLATFORMS
|
||||
ruby
|
||||
@ -14,4 +12,4 @@ DEPENDENCIES
|
||||
sqlint
|
||||
|
||||
BUNDLED WITH
|
||||
1.14.6
|
||||
1.17.2
|
||||
|
@ -1,28 +1,23 @@
|
||||
{
|
||||
json = {
|
||||
source = {
|
||||
remotes = ["https://rubygems.org"];
|
||||
sha256 = "01v6jjpvh3gnq6sgllpfqahlgxzj50ailwhj9b3cd20hi2dx0vxp";
|
||||
type = "gem";
|
||||
};
|
||||
version = "2.1.0";
|
||||
};
|
||||
pg_query = {
|
||||
dependencies = ["json"];
|
||||
groups = ["default"];
|
||||
platforms = [];
|
||||
source = {
|
||||
remotes = ["https://rubygems.org"];
|
||||
sha256 = "0zgwnrf5mkpkxfh49r2pvh2djivrbqd19350g8hxapmkya9w3qpi";
|
||||
sha256 = "070iy9jdj0snfl42my5n6i2svcnn87cbffcjvvq5068hw0b0296w";
|
||||
type = "gem";
|
||||
};
|
||||
version = "1.0.0";
|
||||
version = "1.1.0";
|
||||
};
|
||||
sqlint = {
|
||||
dependencies = ["pg_query"];
|
||||
groups = ["default"];
|
||||
platforms = [];
|
||||
source = {
|
||||
remotes = ["https://rubygems.org"];
|
||||
sha256 = "1wm81dgdmgc16b97bz73vm0wjd2m1ra1b40h0kwfd9wgrh9ig2al";
|
||||
sha256 = "1pg9c00w520mw1mzq8kls8whwgqva1alksdsv536bh9nq7m2hnky";
|
||||
type = "gem";
|
||||
};
|
||||
version = "0.1.7";
|
||||
version = "0.1.9";
|
||||
};
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user