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

Commits on Sep 1, 2019

  1. Copy the full SHA
    8d9bfb5 View commit details
  2. Merge pull request #67879 from StillerHarpo/lolcat

    lolcat: 99.9.99 -> 100.0.0
    Ma27 authored Sep 1, 2019
    Copy the full SHA
    9428d75 View commit details
Showing with 8 additions and 8 deletions.
  1. +3 −3 pkgs/tools/misc/lolcat/Gemfile.lock
  2. +5 −5 pkgs/tools/misc/lolcat/gemset.nix
6 changes: 3 additions & 3 deletions pkgs/tools/misc/lolcat/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
GEM
remote: https://rubygems.org/
specs:
lolcat (99.9.99)
lolcat (100.0.0)
manpages (~> 0.6.1)
optimist (~> 3.0.0)
paint (~> 2.0.0)
paint (~> 2.1.0)
manpages (0.6.1)
optimist (3.0.0)
paint (2.0.3)
paint (2.1.1)

PLATFORMS
ruby
10 changes: 5 additions & 5 deletions pkgs/tools/misc/lolcat/gemset.nix
Original file line number Diff line number Diff line change
@@ -5,10 +5,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0422869sf6hif1nrfzi8fwklnrdqj6hxxwg3403xvd9d50yndrn4";
sha256 = "0k1m2ihcprjq9jdmq2v3xlf27hqbpr2vjnnyfwp3z2zspzbl0nys";
type = "gem";
};
version = "99.9.99";
version = "100.0.0";
};
manpages = {
groups = ["default"];
@@ -35,9 +35,9 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0ldb269l3pzkihmsws19cr9h3l6naw8c2fqpav8ck3nllnyiv7r2";
sha256 = "0rrb2p2yk6ffhm0gz8ba431mf63kq7w27gwavxl7n8qd2splj4mh";
type = "gem";
};
version = "2.0.3";
version = "2.1.1";
};
}
}