mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
python312Packages.rapidocr-onnxruntime: 1.3.22 -> 1.3.24
(cherry picked from commit a97767f5a3
)
This commit is contained in:
parent
f3dc686789
commit
48125073f3
@ -20,13 +20,13 @@
|
|||||||
onnxruntime,
|
onnxruntime,
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
version = "1.3.22";
|
version = "1.3.24";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "RapidAI";
|
owner = "RapidAI";
|
||||||
repo = "RapidOCR";
|
repo = "RapidOCR";
|
||||||
rev = "v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-8h4DFhnI9imr+bYQZdlrl8UKUdpwnGK+SGxLXSMmcag=";
|
hash = "sha256-+iY+/IdOgsn+LPZQ4Kdzxuh31csQ7dyh5Zf552ne3N0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
models = fetchzip {
|
models = fetchzip {
|
||||||
|
Loading…
Reference in New Issue
Block a user