Skip to content

Commit 34bada8

Browse files
committed
apr: 1.7.5 -> 1.7.6
1 parent 74fd8e3 commit 34bada8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/libraries/apr/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88

99
stdenv.mkDerivation rec {
1010
pname = "apr";
11-
version = "1.7.5";
11+
version = "1.7.6";
1212

1313
src = fetchurl {
1414
url = "mirror://apache/apr/${pname}-${version}.tar.bz2";
15-
hash = "sha256-zQ9dUrmrFwTHIWDF7j7V09TKLfSn+KtWTjyzUrZyMvI=";
15+
hash = "sha256-SQMNktJXXac1eRtJbcMi885c/5SUd5uozCjH9Gxd6zI=";
1616
};
1717

1818
patches = [

0 commit comments

Comments
 (0)