mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-12 02:40:31 +08:00
postgresql_jdbc: 42.6.1 -> 42.7.7
Fixes CVE-2025-49146.
Changes:
https://github.com/pgjdbc/pgjdbc/blob/REL42.7.7/CHANGELOG.md
(cherry picked from commit b83d41dfea)
This commit is contained in:
committed by
github-actions[bot]
parent
07bf7b3f42
commit
d88d36d407
@@ -6,12 +6,12 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "postgresql-jdbc";
|
||||
version = "42.6.1";
|
||||
version = "42.7.7";
|
||||
|
||||
src = fetchMavenArtifact {
|
||||
artifactId = "postgresql";
|
||||
groupId = "org.postgresql";
|
||||
hash = "sha256-ywd0/X0JsjniHp0Es3RKQId7/0Y6jVjD9AfPfZdsNVc=";
|
||||
hash = "sha256-FXlj1grmbWB+CUZujAzfgIfpyyDQFZiZ/8qWvKJShGA=";
|
||||
inherit version;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user