openrefine: 3.7.7 -> 3.7.9

This commit is contained in:
R. Ryantm 2024-02-11 17:18:59 +00:00
parent 9002908215
commit 1128be2775

View File

@ -15,12 +15,12 @@ let
inherit jdk;
};
version = "3.7.7";
version = "3.7.9";
src = fetchFromGitHub {
owner = "openrefine";
repo = "openrefine";
rev = version;
hash = "sha256-/Txx+r+eFizxaTV5u/nOJwum8nJW6jsR6kYA0YbRsJs=";
hash = "sha256-wtg0BOGr/aJPZeFQbJSBHtTVfpcSCSHP++8AnpS8pgQ=";
};
npmPkg = buildNpmPackage {