mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-15 09:17:58 +00:00
postgresql_jdbc: 42.2.20 -> 42.5.0
Fixes CVE-2022-31197 and CVE-2022-21724. https://jdbc.postgresql.org/changelogs/2021-10-18-42.3.0-release/ https://jdbc.postgresql.org/changelogs/2022-06-09-42.4.0-release/ https://jdbc.postgresql.org/changelogs/2022-08-03-42.4.1-release/ https://jdbc.postgresql.org/changelogs/2022-08-17-42.4.2-release/ https://jdbc.postgresql.org/changelogs/2022-08-24-42.5.0-release/
This commit is contained in:
parent
8fca2fd4bf
commit
6def56c5e7
@ -2,12 +2,12 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "postgresql-jdbc";
|
||||
version = "42.2.20";
|
||||
version = "42.5.0";
|
||||
|
||||
src = fetchMavenArtifact {
|
||||
artifactId = "postgresql";
|
||||
groupId = "org.postgresql";
|
||||
sha256 = "0kjilsrz9shymfki48kg1q84la1870ixlh2lnfw347x8mqw2k2vh";
|
||||
sha256 = "sha256-pNGLWrGuuShaixezZfQk8mhEUinKv45BIRXbYVK33uM=";
|
||||
inherit version;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user