Unverified Commit 3cd54a48 authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

haproxy: 3.3.4 -> 3.3.5 (#498402)

parents 5b7a8718 69b21a74
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.4";
  version = "3.3.5";

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

  buildInputs = [