summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorArseniy Seroka <jagajaga@users.noreply.github.com>2016-02-24 19:02:38 +0300
committerArseniy Seroka <jagajaga@users.noreply.github.com>2016-02-24 19:02:38 +0300
commite3aa635e68ca3cae0676229324cd7f04c0818601 (patch)
treea86cdae0affee2d6ad3fc9ed340e7252be4e5cee /pkgs
parentc84f56e3d35ad014882355de15a9ec0d3da4005a (diff)
parent29809666cba687d248cfaf1054182bb16e70646c (diff)
downloadnixlib-e3aa635e68ca3cae0676229324cd7f04c0818601.tar
nixlib-e3aa635e68ca3cae0676229324cd7f04c0818601.tar.gz
nixlib-e3aa635e68ca3cae0676229324cd7f04c0818601.tar.bz2
nixlib-e3aa635e68ca3cae0676229324cd7f04c0818601.tar.lz
nixlib-e3aa635e68ca3cae0676229324cd7f04c0818601.tar.xz
nixlib-e3aa635e68ca3cae0676229324cd7f04c0818601.tar.zst
nixlib-e3aa635e68ca3cae0676229324cd7f04c0818601.zip
Merge pull request #13419 from k0ral/nixos-unstable
aria2: 1.19.3 -> 1.20.0
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/tools/networking/aria2/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/networking/aria2/default.nix b/pkgs/tools/networking/aria2/default.nix
index 09e4531d9259..8cb6172d87b6 100644
--- a/pkgs/tools/networking/aria2/default.nix
+++ b/pkgs/tools/networking/aria2/default.nix
@@ -5,11 +5,11 @@
 
 stdenv.mkDerivation rec {
   name = "aria2-${version}";
-  version = "1.19.3";
+  version = "1.20.0";
 
   src = fetchurl {
     url = "https://github.com/tatsuhiro-t/aria2/releases/download/release-${version}/${name}.tar.xz";
-    sha256 = "1qwr4al6wlh5f558r0mr1hvdnf7d8ss6qwqn2361k99phk1cdg3a";
+    sha256 = "1l4gzz3yr0cl6a9xdy7843c5sb7afyq0i80wi2hasfpfdx5k95mz";
   };
 
   nativeBuildInputs = [ pkgconfig ];