Commit ee36d118 authored by Thomas Gerbet's avatar Thomas Gerbet
Browse files

postgresql_jdbc: 42.5.0 -> 42.5.1

parent fb9b5024
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;
  };