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

Commits on Jul 19, 2017

  1. Verified

    This commit was signed with the committer’s verified signature.
    bagder Daniel Stenberg
    Copy the full SHA
    651748b View commit details
  2. Merge pull request #27488 from dywedir/emacs-all-the-icons-fonts

    emacs-all-the-icons-fonts: 2.6.4 -> 3.1.1
    Mic92 authored Jul 19, 2017
    Copy the full SHA
    ff92444 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/data/fonts/emacs-all-the-icons-fonts/default.nix
4 changes: 2 additions & 2 deletions pkgs/data/fonts/emacs-all-the-icons-fonts/default.nix
Original file line number Diff line number Diff line change
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
name = "emacs-all-the-icons-fonts-${version}";
version = "2.6.4";
version = "3.1.1";

src = fetchFromGitHub {
owner = "domtronn";
repo = "all-the-icons.el";
rev = version;
sha256 = "0xwj8wyj0ywpy4rcqxz15hkr8jnffn7nrp5fnq56j360v8858q8x";
sha256 = "0h8a2jvn2wfi3bqd35scmhm8wh20mlk09sy68m1whi9binzkm8rf";
};

installPhase = ''