aria2: 1.33.0 -> 1.33.1

This commit is contained in:
Robin Gloster 2018-01-25 19:44:54 +01:00
parent 0f9cf03432
commit 0fdd0964fe
No known key found for this signature in database
GPG Key ID: D5C458DF6DD97EDF

View File

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