Skip to content

Commit

Permalink
Merge pull request #59440 from r-ryantm/auto-update/apr
Browse files Browse the repository at this point in the history
apr: 1.6.5 -> 1.7.0
  • Loading branch information
globin authored Oct 23, 2019
2 parents c48705f + a162a72 commit d0b3711
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/apr/default.nix
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{ stdenv, fetchurl }:

stdenv.mkDerivation rec {
name = "apr-1.6.5";
name = "apr-1.7.0";

src = fetchurl {
url = "mirror://apache/apr/${name}.tar.bz2";
sha256 = "01d1n1ql66bxsjx0wyzazmkqdqdmr0is6a7lwyy5kzy4z7yajz56";
sha256 = "1spp6r2a3xcl5yajm9safhzyilsdzgagc2dadif8x6z9nbq4iqg2";
};

patches = stdenv.lib.optionals stdenv.isDarwin [ ./is-this-a-compiler-bug.patch ];
Expand Down

0 comments on commit d0b3711

Please sign in to comment.