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
This commit is contained in:
parent
75fbe4cb75
commit
a97767f5a3
@ -19,13 +19,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