mlkit: 4.7.5 -> 4.7.7

This commit is contained in:
R. Ryantm
2023-12-17 16:09:37 +01:00
committed by Jörg Thalheim
parent b827852395
commit 80e7226bdf
+2 -2
View File
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "mlkit";
version = "4.7.5";
version = "4.7.7";
src = fetchFromGitHub {
owner = "melsman";
repo = "mlkit";
rev = "v${version}";
sha256 = "sha256-LAlJCAF8nyXVUlkOEdcoxq5bZn1bd7dqwx6PxOxJRsM=";
sha256 = "sha256-XwyZpv80keMhwPm/kvhwrMQg04E8IFjt0UMl9Ocxtyc=";
};
nativeBuildInputs = [ autoreconfHook mlton ];