mlkit: 4.7.18 -> 4.7.21 (#480653)

This commit is contained in:
Weijia Wang
2026-02-09 00:46:21 +00:00
committed by GitHub
+3 -3
View File
@@ -8,13 +8,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "mlkit";
version = "4.7.18";
version = "4.7.21";
src = fetchFromGitHub {
owner = "melsman";
repo = "mlkit";
rev = "v${finalAttrs.version}";
sha256 = "sha256-OACdbHwg3sEAVw+Fje0tWVHh7Xy6C/WdOQHfexOezlo=";
tag = "v${finalAttrs.version}";
hash = "sha256-c1GdM3K6dgY0EgHu01adBXwAxuMehRfo73Lo71couJ4=";
};
nativeBuildInputs = [