Merge pull request #288090 from r-ryantm/auto-update/openrefine

openrefine: 3.7.7 -> 3.7.9
This commit is contained in:
Robert Scott 2024-02-11 19:11:41 +00:00 committed by GitHub
commit 36631d8171
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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