Unverified Commit 36631d81 authored by Robert Scott's avatar Robert Scott Committed by GitHub
Browse files

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

openrefine: 3.7.7 -> 3.7.9
parents 14245204 1128be27
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 {