Skip to content

Commit

Permalink
mlkit: 4.7.1 -> 4.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and bobby285271 committed Sep 22, 2022
1 parent be65f59 commit 3c3824c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/compilers/mlkit/default.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.1";
version = "4.7.2";

src = fetchFromGitHub {
owner = "melsman";
repo = "mlkit";
rev = "v${version}";
sha256 = "sha256-7fxyXibq17ikrqhqMj4pnLerBOvkY/7ses4Kjw2GdOY=";
sha256 = "sha256-KENOWWyDduIoK7sym9vHKAojRZAR5lYVOtz8I4Z65R0=";
};

nativeBuildInputs = [ autoreconfHook mlton ];
Expand Down

0 comments on commit 3c3824c

Please sign in to comment.