postgresql_jdbc: 42.6.1 -> 42.7.7

Fixes CVE-2025-49146.

Changes:
https://github.com/pgjdbc/pgjdbc/blob/REL42.7.7/CHANGELOG.md
This commit is contained in:
Thomas Gerbet 2025-06-18 22:50:07 +02:00
parent bdcca3e64f
commit b83d41dfea

View File

@ -6,12 +6,12 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "postgresql-jdbc"; pname = "postgresql-jdbc";
version = "42.6.1"; version = "42.7.7";
src = fetchMavenArtifact { src = fetchMavenArtifact {
artifactId = "postgresql"; artifactId = "postgresql";
groupId = "org.postgresql"; groupId = "org.postgresql";
hash = "sha256-ywd0/X0JsjniHp0Es3RKQId7/0Y6jVjD9AfPfZdsNVc="; hash = "sha256-FXlj1grmbWB+CUZujAzfgIfpyyDQFZiZ/8qWvKJShGA=";
inherit version; inherit version;
}; };