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,
|
||||
}:
|
||||
let
|
||||
version = "1.3.22";
|
||||
version = "1.3.24";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "RapidAI";
|
||||
repo = "RapidOCR";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-8h4DFhnI9imr+bYQZdlrl8UKUdpwnGK+SGxLXSMmcag=";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-+iY+/IdOgsn+LPZQ4Kdzxuh31csQ7dyh5Zf552ne3N0=";
|
||||
};
|
||||
|
||||
models = fetchzip {
|
||||
|
Loading…
Reference in New Issue
Block a user