Merge pull request #203668 from LeSuisse/postgresql_jdbc-42.5.1

postgresql_jdbc: 42.5.0 -> 42.5.1
This commit is contained in:
Ryan Lahfa 2022-12-01 17:06:47 +01:00 committed by GitHub
commit eefa1a94a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,12 +2,12 @@
stdenv.mkDerivation rec {
pname = "postgresql-jdbc";
version = "42.5.0";
version = "42.5.1";
src = fetchMavenArtifact {
artifactId = "postgresql";
groupId = "org.postgresql";
sha256 = "sha256-pNGLWrGuuShaixezZfQk8mhEUinKv45BIRXbYVK33uM=";
sha256 = "sha256-iei/+os3uUh5RgEsaQzwTzEDlTBRwcGT2I7ja2jTZa4=";
inherit version;
};