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: d92cc0f25bed
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5e03cb4dc7af
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Apr 8, 2020

  1. sqlint: 0.1.9 -> 0.1.10

    marsam committed Apr 8, 2020

    Verified

    This commit was signed with the committer’s verified signature.
    jtojnar Jan Tojnar
    Copy the full SHA
    f396fe6 View commit details

Commits on Apr 9, 2020

  1. Merge pull request #84760 from marsam/update-sqlint

    sqlint: 0.1.9 -> 0.1.10
    marsam authored Apr 9, 2020

    Verified

    This commit was signed with the committer’s verified signature.
    jtojnar Jan Tojnar
    Copy the full SHA
    5e03cb4 View commit details
Showing with 6 additions and 6 deletions.
  1. +2 −2 pkgs/development/tools/sqlint/Gemfile.lock
  2. +4 −4 pkgs/development/tools/sqlint/gemset.nix
4 changes: 2 additions & 2 deletions pkgs/development/tools/sqlint/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -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
8 changes: 4 additions & 4 deletions pkgs/development/tools/sqlint/gemset.nix
Original file line number Diff line number Diff line change
@@ -4,20 +4,20 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "070iy9jdj0snfl42my5n6i2svcnn87cbffcjvvq5068hw0b0296w";
sha256 = "0p9s6znavm6v5dwk1hxg9a8h2lrrwh9l0rlk0sy8cx4sq2mq82m1";
type = "gem";
};
version = "1.1.0";
version = "1.2.0";
};
sqlint = {
dependencies = ["pg_query"];
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1pg9c00w520mw1mzq8kls8whwgqva1alksdsv536bh9nq7m2hnky";
sha256 = "0ds7qsaqi745fda8nliy15is36l1bkfbfkr43q6smpy103xbk44c";
type = "gem";
};
version = "0.1.9";
version = "0.1.10";
};
}