Merge pull request #41739 from dywedir/aria2

aria2: 1.33.1 -> 1.34.0
This commit is contained in:
Jörg Thalheim 2018-06-09 08:57:18 +01:00 committed by GitHub
commit 8846044359
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,13 +5,13 @@
stdenv.mkDerivation rec {
name = "aria2-${version}";
version = "1.33.1";
version = "1.34.0";
src = fetchFromGitHub {
owner = "aria2";
repo = "aria2";
rev = "release-${version}";
sha256 = "0ai84ijgsvnixwhxkj8if2mj9hcg2a41w81vy8bdvi89h3bmq9zf";
sha256 = "0hwqnjyszasr6049vr5mn48slb48v5kw39cbpbxa68ggmhj9bw6m";
};
nativeBuildInputs = [ pkgconfig autoreconfHook ];