Skip to content

Commit

Permalink
haproxy: 3.1.1 -> 3.1.2 (#375786)
Browse files Browse the repository at this point in the history
Co-authored-by: vifino <[email protected]>
  • Loading branch information
nixpkgs-merge-bot[bot] and vifino authored Jan 22, 2025
2 parents 3e46775 + 6d04b59 commit 5aeab27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/ha/haproxy/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "haproxy";
version = "3.1.1";
version = "3.1.2";

src = fetchurl {
url = "https://www.haproxy.org/download/${lib.versions.majorMinor finalAttrs.version}/src/haproxy-${finalAttrs.version}.tar.gz";
hash = "sha256-jBtdQ5uksnjmAkRcV+IAZ63vIU3JxEwqHPFy+tX30nM=";
hash = "sha256-rzXci/MZOHC3InamOSCXS+8UBfxBA41UW4a2QapZ9AA=";
};

buildInputs =
Expand Down

0 comments on commit 5aeab27

Please sign in to comment.