postgresql_jdbc: 42.5.0 -> 42.5.1

Fixes CVE-2022-41946.

https://github.com/pgjdbc/pgjdbc/blob/REL42.5.1/CHANGELOG.md
This commit is contained in:
Thomas Gerbet 2022-11-29 22:32:01 +01:00
parent fb9b50242d
commit ee36d11868

View file

@ -2,12 +2,12 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "postgresql-jdbc"; pname = "postgresql-jdbc";
version = "42.5.0"; version = "42.5.1";
src = fetchMavenArtifact { src = fetchMavenArtifact {
artifactId = "postgresql"; artifactId = "postgresql";
groupId = "org.postgresql"; groupId = "org.postgresql";
sha256 = "sha256-pNGLWrGuuShaixezZfQk8mhEUinKv45BIRXbYVK33uM="; sha256 = "sha256-iei/+os3uUh5RgEsaQzwTzEDlTBRwcGT2I7ja2jTZa4=";
inherit version; inherit version;
}; };