Skip to content

Commit

Permalink
[Backport release-24.05] apr: 1.7.4 -> 1.7.5 (#340218)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianhjr authored Sep 7, 2024
2 parents a182b82 + 06cd876 commit e9c397e
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
Expand Up @@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
pname = "apr";
version = "1.7.4";
version = "1.7.5";

src = fetchurl {
url = "mirror://apache/apr/${pname}-${version}.tar.bz2";
sha256 = "sha256-/GSN6YPzoqbJ543qHxgGOb0vrWwG1VbUNnpwH+XDVXc=";
hash = "sha256-zQ9dUrmrFwTHIWDF7j7V09TKLfSn+KtWTjyzUrZyMvI=";
};

patches = [
Expand Down

0 comments on commit e9c397e

Please sign in to comment.