Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7254994411f7
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3bfa5d407728
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Jun 2, 2019

  1. sqlint: 0.1.7 -> 0.1.9

    marsam committed Jun 2, 2019
    Copy the full SHA
    93420d9 View commit details
  2. Merge pull request #62461 from marsam/update-sqlint

    sqlint: 0.1.7 -> 0.1.9
    Ma27 authored Jun 2, 2019
    Copy the full SHA
    3bfa5d4 View commit details
Showing with 13 additions and 20 deletions.
  1. +4 −6 pkgs/development/tools/sqlint/Gemfile.lock
  2. +9 −14 pkgs/development/tools/sqlint/gemset.nix
10 changes: 4 additions & 6 deletions pkgs/development/tools/sqlint/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -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
23 changes: 9 additions & 14 deletions pkgs/development/tools/sqlint/gemset.nix
Original file line number Diff line number Diff line change
@@ -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";
};
}
}