openrefine: 3.9.2 -> 3.9.3

This commit is contained in:
R. Ryantm
2025-04-20 04:13:18 +00:00
parent 2f41d74e75
commit fe89e76d1f
@@ -11,12 +11,12 @@
}:
let
version = "3.9.2";
version = "3.9.3";
src = fetchFromGitHub {
owner = "openrefine";
repo = "openrefine";
rev = version;
hash = "sha256-Z52YfS+caNe7N3xMv85eoBes6TwkSsGk5/rGaQd/6ds=";
hash = "sha256-wV5ur31JEGcMSLRHQq/H6GlsdpEzTH6ZxBkE9Sj6TkU=";
};
npmPkg = buildNpmPackage {