mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-13 11:30:35 +08:00
pgpool: 4.3.3 -> 4.3.5
Fixes CVE-2023-22332 https://www.pgpool.net/docs/latest/en/html/release-4-3-4.html https://www.pgpool.net/docs/latest/en/html/release-4-3-5.html
This commit is contained in:
@@ -10,12 +10,12 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "pgpool-II";
|
||||
version = "4.3.3";
|
||||
version = "4.3.5";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://www.pgpool.net/mediawiki/download.php?f=pgpool-II-${version}.tar.gz";
|
||||
name = "pgpool-II-${version}.tar.gz";
|
||||
sha256 = "sha256-bHNDS67lgThqlVX+WWKL9GeCD31b2+M0F2g5mgOCyXk=";
|
||||
sha256 = "sha256-wiC/142gYBvEbSKxVVsPGFUMVSjOjEDTJ0HO+u0j4jQ=";
|
||||
};
|
||||
|
||||
buildInputs = [
|
||||
|
||||
Reference in New Issue
Block a user