Skip to content

Commit

Permalink
mlkit: 4.7.13 -> 4.7.14
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Dec 9, 2024
1 parent f602946 commit d34a8ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/ml/mlkit/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
pname = "mlkit";
version = "4.7.13";
version = "4.7.14";

src = fetchFromGitHub {
owner = "melsman";
repo = "mlkit";
rev = "v${version}";
sha256 = "sha256-sh6IaSrVOULGixQFpm1ada4Kzly/TVCgsZwEzV+7lzc=";
sha256 = "sha256-0nAQHBcQgGdcWd4SFhDon7I0zi5U+YRTdGvG78tri6A=";
};

nativeBuildInputs = [ autoreconfHook mlton ];
Expand Down

0 comments on commit d34a8ec

Please sign in to comment.