postgresql_jdbc: 42.6.0 -> 42.6.1

Fixes CVE-2024-1597 / https://github.com/pgjdbc/pgjdbc/security/advisories/GHSA-24rp-q3w6-vc56

Changes:
https://github.com/pgjdbc/pgjdbc/compare/REL42.6.0...REL42.6.1
This commit is contained in:
Thomas Gerbet 2024-02-23 23:46:37 +01:00
parent 93fa760066
commit 8d05bb96ec

View File

@ -2,12 +2,12 @@
stdenv.mkDerivation rec {
pname = "postgresql-jdbc";
version = "42.6.0";
version = "42.6.1";
src = fetchMavenArtifact {
artifactId = "postgresql";
groupId = "org.postgresql";
hash = "sha256-uBfGekDJQkn9WdTmhuMyftDT0/rkJrINoPHnVlLPxGE=";
hash = "sha256-ywd0/X0JsjniHp0Es3RKQId7/0Y6jVjD9AfPfZdsNVc=";
inherit version;
};