lol

python3Packages.rapidocr-onnxruntime: 1.4.1 -> 1.4.4

https://github.com/RapidAI/RapidOCR/releases/tag/v1.4.4

+3 -3
+3 -3
pkgs/development/python-modules/rapidocr-onnxruntime/default.nix
··· 21 21 requests, 22 22 }: 23 23 let 24 - version = "1.4.1"; 24 + version = "1.4.4"; 25 25 26 26 src = fetchFromGitHub { 27 27 owner = "RapidAI"; 28 28 repo = "RapidOCR"; 29 29 tag = "v${version}"; 30 - hash = "sha256-6ohh4NSYqJ+i1JRdsKbcJZns07c+roVJ87r0lvBbExU="; 30 + hash = "sha256-x0VELDKOffxbV3v0aDFJFuDC4YfsGM548XWgINmRc3M="; 31 31 }; 32 32 33 33 models = ··· 121 121 # This seems to be related to https://github.com/microsoft/onnxruntime/issues/10038 122 122 # Also some related issue: https://github.com/NixOS/nixpkgs/pull/319053#issuecomment-2167713362 123 123 badPlatforms = [ "aarch64-linux" ]; 124 - changelog = "https://github.com/RapidAI/RapidOCR/releases/tag/v${version}"; 124 + changelog = "https://github.com/RapidAI/RapidOCR/releases/tag/${src.tag}"; 125 125 description = "Cross platform OCR Library based on OnnxRuntime"; 126 126 homepage = "https://github.com/RapidAI/RapidOCR"; 127 127 license = with lib.licenses; [ asl20 ];