mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-12 02:37:18 +00:00
mlkit: 4.7.13 -> 4.7.14 (#363747)
This commit is contained in:
commit
29bc0f7c74
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user