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: 856b16a72400
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 669bb4951867
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Sep 19, 2019

  1. jazzy: 0.11.0 -> 0.11.1

    lilyball committed Sep 19, 2019

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    dtzWill Will Dietz
    Copy the full SHA
    aa413a0 View commit details
  2. Merge pull request #69078 from lilyball/jazzy

    jazzy: 0.11.0 -> 0.11.1
    marsam authored Sep 19, 2019
    Copy the full SHA
    669bb49 View commit details
Showing with 9 additions and 9 deletions.
  1. +3 −3 pkgs/development/tools/jazzy/Gemfile.lock
  2. +6 −6 pkgs/development/tools/jazzy/gemset.nix
6 changes: 3 additions & 3 deletions pkgs/development/tools/jazzy/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -51,7 +51,7 @@ GEM
gh_inspector (1.1.3)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
jazzy (0.11.0)
jazzy (0.11.1)
cocoapods (~> 1.5)
mustache (~> 1.1)
open4
@@ -69,9 +69,9 @@ GEM
netrc (0.11.0)
open4 (1.3.4)
redcarpet (3.5.0)
rouge (3.10.0)
rouge (3.11.0)
ruby-macho (1.4.0)
sassc (2.2.0)
sassc (2.2.1)
ffi (~> 1.9)
sqlite3 (1.4.1)
thread_safe (0.3.6)
12 changes: 6 additions & 6 deletions pkgs/development/tools/jazzy/gemset.nix
Original file line number Diff line number Diff line change
@@ -209,10 +209,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0cwsmijhb845lrkwq1gxwa6a698vp47gdxcpav30dghrf1ikyzqm";
sha256 = "0kdja4bhzak79xvfpwwakqsjw07vfg458d62k08a416im7xcfcmc";
type = "gem";
};
version = "0.11.0";
version = "0.11.1";
};
liferaft = {
source = {
@@ -301,10 +301,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "07j29vbgsi9v7kpx4lqpmh0hx59i420jig73dy46wx3id1i7vdqz";
sha256 = "1zsyv6abqrk7lpql5f1ja4m88bfy9qndi8xykpss6cpvjdmi3ydb";
type = "gem";
};
version = "3.10.0";
version = "3.11.0";
};
ruby-macho = {
groups = ["default"];
@@ -322,10 +322,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "178iflma5z4qk2lfzlxk8kh942skj45q6v6xwllkqng9xbjlyzkf";
sha256 = "09bnid7r5z5hcin5hykvpvv8xig27wbbckxwis60z2aaxq4j9siz";
type = "gem";
};
version = "2.2.0";
version = "2.2.1";
};
sqlite3 = {
groups = ["default"];