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

Commits on Nov 5, 2020

  1. axel: 2.17.7 -> 2.17.8

    (cherry picked from commit 6eee522)
    r-ryantm authored and redvers committed Nov 5, 2020
    Copy the full SHA
    1fbed80 View commit details
  2. axel: 2.17.8 -> 2.17.9

    (cherry picked from commit b467a11)
    r-ryantm authored and redvers committed Nov 5, 2020
    Copy the full SHA
    5619d39 View commit details
  3. Merge pull request #102863 from redvers/update_axel_2.17.7_to_2.17.9

    axel: 2.17.7 -> 2.17.9 [20.03]
    mweinelt authored Nov 5, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    d81f5d9 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.7";
version = "2.17.9";

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

nativeBuildInputs = [ autoreconfHook pkgconfig autoconf-archive txt2man ];