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

Commits on Mar 1, 2019

  1. afflib: 3.7.17 -> 3.7.18

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/afflib/versions
    r-ryantm committed Mar 1, 2019
    Copy the full SHA
    a174052 View commit details
  2. Merge pull request #56582 from r-ryantm/auto-update/afflib

    afflib: 3.7.17 -> 3.7.18
    7c6f434c authored Mar 1, 2019
    Copy the full SHA
    ef5a166 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/libraries/afflib/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/libraries/afflib/default.nix
Original file line number Diff line number Diff line change
@@ -3,14 +3,14 @@
}:

stdenv.mkDerivation rec {
version = "3.7.17";
version = "3.7.18";
name = "afflib-${version}";

src = fetchFromGitHub {
owner = "sshock";
repo = "AFFLIBv3";
rev = "v${version}";
sha256 = "11q20n6p5nvwmd9wwk0addlfxpxagf47ly89scn3jvc7k484ksan";
sha256 = "0963gw316p4nyxa9zxmgif29p8i99k898av2g78g28dxafqj3w8c";
};

nativeBuildInputs = [ autoreconfHook ];