Merge pull request #28201 from mimadrid/update/axel-2.13.1

axel: 2.12 -> 2.13.1
This commit is contained in:
Jörg Thalheim 2017-08-12 19:01:15 +01:00 committed by GitHub
commit 78ebaf072f

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "axel-${version}";
version = "2.12";
version = "2.13.1";
src = fetchurl {
url = "mirror://debian/pool/main/a/axel/axel_${version}.orig.tar.gz";
sha256 = "12sa5whd5mjn1idd83hbhm0rmsh5bvhhgvv03fk5cgxynwkbprr8";
sha256 = "15bi5wx6fyf9k0y03dy5mk2rv06mrfgiyrlh44add9n07wi574p1";
};
nativeBuildInputs = [ autoreconfHook ];