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;
|
||||
};
|
||||
|
||||
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 {
|
||||
|
|
Loading…
Reference in a new issue