3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #30498 from mimadrid/update/axel-2.15

axel: 2.14.1 -> 2.15
This commit is contained in:
Jörg Thalheim 2017-10-17 08:51:06 +01:00 committed by GitHub
commit 074e20162a

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "axel-${version}";
version = "2.14.1";
version = "2.15";
src = fetchurl {
url = "mirror://debian/pool/main/a/axel/axel_${version}.orig.tar.gz";
sha256 = "0fayfpyc9cs6yp474400nyjbix6aywicz6pw17rzm4m7k06q5xmc";
sha256 = "0wm16s129615i7rw48422q3x3ixr4v2p9942p0s6qk2fjlc3y8hf";
};
nativeBuildInputs = [ autoreconfHook ];