Skip to content

Commit

Permalink
openrefine: 3.8.7 -> 3.9.0 (#384473)
Browse files Browse the repository at this point in the history
  • Loading branch information
risicle authored Feb 23, 2025
2 parents 1f1d1f9 + 4fe577d commit 95471e9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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.7";
version = "3.9.0";
src = fetchFromGitHub {
owner = "openrefine";
repo = "openrefine";
rev = version;
hash = "sha256-ViksKZ57DCIPShrK4PDBK0o8OttQKYt5wsnQ4+aPUDE=";
hash = "sha256-793qKSo9/FVzchlHqQKSBF4MT3rJUv9xvf7YJBiQnZo=";
};

npmPkg = buildNpmPackage {
Expand All @@ -24,7 +24,7 @@ let
pname = "openrefine-npm";
sourceRoot = "${src.name}/main/webapp";

npmDepsHash = "sha256-u9qledNFqGgMmOIsm2T8w3UoaLbb7WtksUw6xLoRgU8=";
npmDepsHash = "sha256-I0iqGniXeqyCWf1DG2nMNkTScCrtJYeYF9n2Zt6Syjc=";

# package.json doesn't supply a version, which npm doesn't like - fix this.
# directly referencing jq because buildNpmPackage doesn't pass
Expand Down Expand Up @@ -53,7 +53,7 @@ in maven.buildMavenPackage {

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

nativeBuildInputs = [ makeWrapper ];

Expand Down

0 comments on commit 95471e9

Please sign in to comment.