Skip to content

Commit

Permalink
aria2: 1.32.0 -> 1.33.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mimame authored and globin committed Oct 22, 2017
1 parent 5f8bbb9 commit c7dec7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/networking/aria2/default.nix
Expand Up @@ -5,13 +5,13 @@

stdenv.mkDerivation rec {
name = "aria2-${version}";
version = "1.32.0";
version = "1.33.0";

src = fetchFromGitHub {
owner = "aria2";
repo = "aria2";
rev = "release-${version}";
sha256 = "098ahj7nyf5c70221aq5q3aqllb94frz9lzig8rkhqfsa4mmslg5";
sha256 = "07i9wrj7bs9770ppx943zgn8j9zvffxg2pib4w5ljxapqldhwrsq";
};

nativeBuildInputs = [ pkgconfig autoreconfHook ];
Expand Down

0 comments on commit c7dec7a

Please sign in to comment.