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:
parent
93fa760066
commit
8d05bb96ec
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue