Unverified Commit e1c6cbce authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

Merge pull request #334123 from r-ryantm/auto-update/h2

h2: 2.3.230 -> 2.3.232
parents 5963d2a4 bdbda65d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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";