Skip to content
This repository was archived by the owner on Apr 12, 2021. It is now read-only.
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-channels
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1332725d5fdf
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: f02bbfc0eab7
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on May 12, 2019

  1. axel: 2.16.1 -> 2.17.1

    pSub committed May 12, 2019
    Copy the full SHA
    5c9b7d8 View commit details

Commits on May 14, 2019

  1. Merge pull request #61388 from NixOS/update-axel

    axel: 2.16.1 -> 2.17.1
    pSub authored May 14, 2019
    Copy the full SHA
    f02bbfc View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/tools/networking/axel/default.nix
6 changes: 3 additions & 3 deletions pkgs/tools/networking/axel/default.nix
Original file line number Diff line number Diff line change
@@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
name = "axel-${version}";
version = "2.16.1";
version = "2.17.1";

src = fetchurl {
url = "mirror://debian/pool/main/a/axel/axel_${version}.orig.tar.gz";
sha256 = "0v3hgqrpqqqkj8ghaky88a0wpnpwqd72vd04ywlbhgfzfkfrllk4";
url = "https://github.com/axel-download-accelerator/axel/releases/download/v${version}/${name}.tar.xz";
sha256 = "1mwyps6yvrjxp7mpzc0a2hwr2pw050c63fc9aqjzdzjjw123dfrn";
};

nativeBuildInputs = [ autoreconfHook pkgconfig ];