Unverified Commit b86b266f authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

mlkit: 4.7.18 -> 4.7.21 (#480653)

parents 8059a1fa 1124f266
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "mlkit";
  version = "4.7.18";
  version = "4.7.21";

  src = fetchFromGitHub {
    owner = "melsman";
    repo = "mlkit";
    rev = "v${finalAttrs.version}";
    sha256 = "sha256-OACdbHwg3sEAVw+Fje0tWVHh7Xy6C/WdOQHfexOezlo=";
    tag = "v${finalAttrs.version}";
    hash = "sha256-c1GdM3K6dgY0EgHu01adBXwAxuMehRfo73Lo71couJ4=";
  };

  nativeBuildInputs = [