postgresql_16: 16.2 -> 16.3, fix CVE-2024-4317

Announcement: https://www.postgresql.org/about/news/postgresql-163-157-1412-1315-and-1219-released-2858/
This commit is contained in:
Maximilian Bosch 2024-05-10 12:35:43 +02:00
parent 1f657f2ce9
commit 0616f7a44f
No known key found for this signature in database

View File

@ -1,4 +1,4 @@
import ./generic.nix {
version = "16.2";
hash = "sha256-RG6IKU28LJCFq0twYaZG+mBLS+wDUh1epnHC5a2bKVI=";
version = "16.3";
hash = "sha256-Mxlj1dPcTK9CFqBJ+kC2bWvLjHMGFYWUEblRh2TmBYU=";
}