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

Commits on Jan 30, 2020

  1. axel: 2.17.6 -> 2.17.7

    r-ryantm committed Jan 30, 2020

    Verified

    This commit was signed with the committer’s verified signature.
    Mic92 Jörg Thalheim
    Copy the full SHA
    8d510b3 View commit details

Commits on Jan 31, 2020

  1. Merge pull request #78909 from r-ryantm/auto-update/axel

    axel: 2.17.6 -> 2.17.7
    marsam authored Jan 31, 2020
    Copy the full SHA
    a879bd6 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/tools/networking/axel/default.nix
4 changes: 2 additions & 2 deletions pkgs/tools/networking/axel/default.nix
Original file line number Diff line number Diff line change
@@ -3,13 +3,13 @@

stdenv.mkDerivation rec {
pname = "axel";
version = "2.17.6";
version = "2.17.7";

src = fetchFromGitHub {
owner = "axel-download-accelerator";
repo = pname;
rev = "v${version}";
sha256 = "011cpkf6hpia5b5wfhy84fxfqpishdkvrg0kpbfprymq9bxjp0yl";
sha256 = "0z20d2fkf69v35d4pkba95vnk7yq7393kwikmb64y7cjyz4m2ngk";
};

nativeBuildInputs = [ autoreconfHook pkgconfig autoconf-archive txt2man ];