openrefine: 3.9.0 -> 3.9.1 (#391463)

This commit is contained in:
Robert Scott
2025-03-21 22:06:09 +00:00
committed by GitHub
@@ -10,12 +10,12 @@
}:
let
version = "3.9.0";
version = "3.9.1";
src = fetchFromGitHub {
owner = "openrefine";
repo = "openrefine";
rev = version;
hash = "sha256-793qKSo9/FVzchlHqQKSBF4MT3rJUv9xvf7YJBiQnZo=";
hash = "sha256-ClRjU9xGZLtLhjnvWrEVEojniVMpVNGyBu9bmEGqSDI=";
};
npmPkg = buildNpmPackage {