nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

axel: 2.13.1 -> 2.14.1

(cherry picked from commit 9c46ef3d9ad02fcc88246a3e9d866bf6154b3e12)

authored by

mimadrid and committed by
Robin Gloster
f09a9767 b971730f

+2 -2
+2 -2
pkgs/tools/networking/axel/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 name = "axel-${version}"; 5 - version = "2.13.1"; 5 + version = "2.14.1"; 6 6 7 7 src = fetchurl { 8 8 url = "mirror://debian/pool/main/a/axel/axel_${version}.orig.tar.gz"; 9 - sha256 = "15bi5wx6fyf9k0y03dy5mk2rv06mrfgiyrlh44add9n07wi574p1"; 9 + sha256 = "0fayfpyc9cs6yp474400nyjbix6aywicz6pw17rzm4m7k06q5xmc"; 10 10 }; 11 11 12 12 nativeBuildInputs = [ autoreconfHook ];