postgresql_jdbc: 42.5.1 -> 42.6.0
https://github.com/pgjdbc/pgjdbc/releases/tag/REL42.6.0 https://jdbc.postgresql.org/changelogs/2023-03-17-42.6.0-release/
This commit is contained in:
parent
adc48878f0
commit
3757c3ceea
1 changed files with 2 additions and 2 deletions
|
@ -2,12 +2,12 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "postgresql-jdbc";
|
||||
version = "42.5.1";
|
||||
version = "42.6.0";
|
||||
|
||||
src = fetchMavenArtifact {
|
||||
artifactId = "postgresql";
|
||||
groupId = "org.postgresql";
|
||||
sha256 = "sha256-iei/+os3uUh5RgEsaQzwTzEDlTBRwcGT2I7ja2jTZa4=";
|
||||
hash = "sha256-uBfGekDJQkn9WdTmhuMyftDT0/rkJrINoPHnVlLPxGE=";
|
||||
inherit version;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue