Merge pull request #291012 from LeSuisse/postgresql_jdbc-42.6.1

This commit is contained in:
Sandro 2024-02-24 16:00:05 +01:00 committed by GitHub
commit 0f2203fe6d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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;
};