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

Commits on Nov 1, 2018

  1. Copy the full SHA
    e4f28df View commit details

Commits on Nov 2, 2018

  1. Merge pull request #49599 from dtzWill/update/harfbuzz-2.1.0

    harfbuzz: 2.0.0 -> 2.1.0
    dtzWill authored Nov 2, 2018
    Copy the full SHA
    3b05651 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/libraries/harfbuzz/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/libraries/harfbuzz/default.nix
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@
}:

let
version = "2.0.0";
version = "2.1.0";
inherit (stdenv.lib) optional optionals optionalString;
in

@@ -17,7 +17,7 @@ stdenv.mkDerivation {

src = fetchurl {
url = "https://www.freedesktop.org/software/harfbuzz/release/harfbuzz-${version}.tar.bz2";
sha256 = "0rc93p62r74aq11h7pjb6fbwqdipq8gzh94xi0jn9kn475l3z5yc";
sha256 = "1y8jzm76wj8pcj3z47fikhasipyizd6w9r20yc7p139jqxp4jnwf";
};

postPatch = ''