Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfgangwalther authored Dec 15, 2024
1 parent 3765d8a commit 25f974d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/cr/cratedb/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
let
# Wants at least Java 22
jdk = openjdk23;
version = "5.9.3";
version = "5.9.5";
in
maven.buildMavenPackage {
pname = "cratedb";
Expand All @@ -21,7 +21,7 @@ maven.buildMavenPackage {
owner = "crate";
repo = "crate";
tag = version;
hash = "sha256-k+b11pU6ct1s6FEKW3j8kNl+3hYTb+SutcjBI6VKI5s=";
hash = "sha256-T72Cy/jU8l68Res85bcZysRB81IqUF4eqgRxW7TJ+6Q=";
};

nativeBuildInputs = [
Expand All @@ -33,7 +33,7 @@ maven.buildMavenPackage {
(replaceVars ./fix-poms.patch { inherit jdk; })
];

mvnHash = "sha256-u24+hYGY+zE93IhMTqj+Bdzuks6yFFA1uSk/Ya5mxLc=";
mvnHash = "sha256-D5cVCx++99DJWX5UHgJydDDYCYmH1cKQ3EAKktFz+gE=";
mvnJdk = jdk;

installPhase = ''
Expand Down

0 comments on commit 25f974d

Please sign in to comment.