Merge pull request #288090 from r-ryantm/auto-update/openrefine
openrefine: 3.7.7 -> 3.7.9
This commit is contained in:
commit
36631d8171
1 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue