h2: 2.3.230 -> 2.3.232

This commit is contained in:
R. Ryantm 2024-08-12 12:09:58 +00:00
parent 164d4463df
commit bdbda65d25

View File

@ -9,7 +9,7 @@
maven.buildMavenPackage rec {
pname = "h2";
version = "2.3.230";
version = "2.3.232";
outputs = [
"out"
@ -20,7 +20,7 @@ maven.buildMavenPackage rec {
owner = "h2database";
repo = "h2database";
rev = "refs/tags/version-${version}";
hash = "sha256-zF33xqsTIXSdOSqBeX/uuEdi36btn6gS/fmbxcgsSpg=";
hash = "sha256-voqQ4JqYkHRxVdxMGsHmKirQXMP7s44rTXeasWWW2Jw=";
};
mvnParameters = "-f h2/pom.xml";