Merge pull request #219504 from r-ryantm/auto-update/mlkit

mlkit: 4.7.2 -> 4.7.3
This commit is contained in:
Mario Rodas
2023-03-05 17:54:44 -05:00
committed by GitHub
+2 -2
View File
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "mlkit";
version = "4.7.2";
version = "4.7.3";
src = fetchFromGitHub {
owner = "melsman";
repo = "mlkit";
rev = "v${version}";
sha256 = "sha256-KENOWWyDduIoK7sym9vHKAojRZAR5lYVOtz8I4Z65R0=";
sha256 = "sha256-sJY2w1+hv5KrRunf6Dfwc+eY6X9HYghVyAlWLlHvv+E=";
};
nativeBuildInputs = [ autoreconfHook mlton ];