Commit 20664ee4 authored by R. RyanTM's avatar R. RyanTM
Browse files

mlkit: 4.7.4 -> 4.7.5

parent 0ccfba07
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
  pname = "mlkit";
  version = "4.7.4";
  version = "4.7.5";

  src = fetchFromGitHub {
    owner = "melsman";
    repo = "mlkit";
    rev = "v${version}";
    sha256 = "sha256-ASWPINMxR5Rlly1C0yB3llfhju/dDW2HBbHSIF4ecR8=";
    sha256 = "sha256-LAlJCAF8nyXVUlkOEdcoxq5bZn1bd7dqwx6PxOxJRsM=";
  };

  nativeBuildInputs = [ autoreconfHook mlton ];