Unverified Commit 4f024d57 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

haproxy: 3.3.5 -> 3.3.6 (#501490)

parents f748ead3 fa8be785
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -39,11 +39,11 @@ let
in
stdenv.mkDerivation (finalAttrs: {
  pname = "haproxy";
  version = "3.3.5";
  version = "3.3.6";

  src = fetchurl {
    url = "https://www.haproxy.org/download/${lib.versions.majorMinor finalAttrs.version}/src/haproxy-${finalAttrs.version}.tar.gz";
    hash = "sha256-nebnZbQm8HwQgKrdL7pbaCocwXX+jrRdXrlIKSqGbgI=";
    hash = "sha256-5py13Fnk6x/3K86/MNVfCRmAPGhuQowMOlkD8s98H7Y=";
  };

  buildInputs = [