Skip to content

Commit d69ab0d

Browse files
haproxy: 3.1.4 -> 3.1.5 (#387170)
2 parents 57bca7f + ae78569 commit d69ab0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/ha/haproxy/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ let
3535
in
3636
stdenv.mkDerivation (finalAttrs: {
3737
pname = "haproxy";
38-
version = "3.1.4";
38+
version = "3.1.5";
3939

4040
src = fetchurl {
4141
url = "https://www.haproxy.org/download/${lib.versions.majorMinor finalAttrs.version}/src/haproxy-${finalAttrs.version}.tar.gz";
42-
hash = "sha256-nom9ByiyadIA3P483vO1yLIepovxStieOm92vacB5/4=";
42+
hash = "sha256-NuKBb2l/OJIzE33H7JVZ+qdwMkM5WtEprwkbY/Twmc8=";
4343
};
4444

4545
buildInputs =

0 commit comments

Comments
 (0)