Skip to content

Commit

Permalink
openrefine: 3.8.2 -> 3.8.5 (#352224)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Oct 30, 2024
2 parents 94169ab + 5c750ed commit 98b660e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/science/misc/openrefine/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
}:

let
version = "3.8.2";
version = "3.8.5";
src = fetchFromGitHub {
owner = "openrefine";
repo = "openrefine";
rev = version;
hash = "sha256-3KCO9ooYN8PPVirU2wh7wu4feHqugc3JSXWR2aWIanE=";
hash = "sha256-8QAnZCvSUMuRj/Rd85j79GXDQxl8HlEaiU4StsXDdpU=";
};

npmPkg = buildNpmPackage {
Expand Down Expand Up @@ -53,7 +53,7 @@ in maven.buildMavenPackage {

mvnJdk = jdk;
mvnParameters = "-pl !packaging";
mvnHash = "sha256-AuZp+uq5bmb4gnzKvqXeTmBrsCT6qmJOrwtJq9iCkRQ=";
mvnHash = "sha256-SrEsJfiZrPy2zZ0Vzl7+d+8XUHGd2DOOs+PHBOZrbIU=";

nativeBuildInputs = [ makeWrapper ];

Expand Down

0 comments on commit 98b660e

Please sign in to comment.