mlkit: 4.7.9 -> 4.7.10

This commit is contained in:
R. Ryantm 2024-05-31 15:42:56 +00:00
parent ef54ee7074
commit 5f1640f25f

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "mlkit";
version = "4.7.9";
version = "4.7.10";
src = fetchFromGitHub {
owner = "melsman";
repo = "mlkit";
rev = "v${version}";
sha256 = "sha256-Q5HKNilXhoOaCMY05A09VzK4CpLPte78bivs1c78euM=";
sha256 = "sha256-ZHNr920N8pmz6ho5keT8Q/svCj4efEhwYwagpB+pMf8=";
};
nativeBuildInputs = [ autoreconfHook mlton ];