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: 36ece4e8c752
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: f0c4c0bc7b8b
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on May 2, 2020

  1. Verified

    This commit was signed with the committer’s verified signature.
    Copy the full SHA
    af57a60 View commit details

Commits on May 28, 2020

  1. Merge pull request #86537 from r-ryantm/auto-update/cldr-emoji-annota…

    …tion
    
    cldr-emoji-annotation: 36.12.120191002_0 -> 36.12.120200305_0
    jtojnar authored May 28, 2020
    Copy the full SHA
    f0c4c0b View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/data/misc/cldr-emoji-annotation/default.nix
4 changes: 2 additions & 2 deletions pkgs/data/misc/cldr-emoji-annotation/default.nix
Original file line number Diff line number Diff line change
@@ -5,13 +5,13 @@

stdenv.mkDerivation rec {
pname = "cldr-emoji-annotation";
version = "36.12.120191002_0";
version = "36.12.120200305_0";

src = fetchFromGitHub {
owner = "fujiwarat";
repo = "cldr-emoji-annotation";
rev = version;
sha256 = "0nxigzs3mxjgi7c8mmdaxsy5sfl7ihsc2nysaj0db198b33w9clw";
sha256 = "1zg4czaqnfjkd4hx06h8q56z8iiw22crwqr69w94s4hy9zcanfrs";
};

nativeBuildInputs = [