Unverified Commit c37bde37 authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

haproxy: 3.2.1 -> 3.2.3 (#424186)

parents 6cf90ebb 75dbbd22
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -42,11 +42,11 @@ let
in
stdenv.mkDerivation (finalAttrs: {
  pname = "haproxy";
  version = "3.2.1";
  version = "3.2.3";

  src = fetchurl {
    url = "https://www.haproxy.org/download/${lib.versions.majorMinor finalAttrs.version}/src/haproxy-${finalAttrs.version}.tar.gz";
    hash = "sha256-uz+Wenl8iFHQhoPsQ9+v5K179a2G+msHIcrQM+qeWuU=";
    hash = "sha256-r472Qoa93ckyMsXb5OpDaozLXchBfPoeiFvsUohPk0c=";
  };

  buildInputs =