Merge: postgresql_jdbc: 42.6.1 -> 42.7.7 (#417952)

This commit is contained in:
Maximilian Bosch
2025-07-03 15:49:29 +02:00
committed by GitHub
+2 -2
View File
@@ -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;
};