File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pkgs/development/python-modules/firecrawl-py Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1212
1313buildPythonPackage rec {
1414 pname = "firecrawl-py" ;
15- version = "1.5 .0" ;
15+ version = "1.6 .0" ;
1616 pyproject = true ;
1717
1818 src = fetchFromGitHub {
1919 owner = "mendableai" ;
2020 repo = "firecrawl" ;
2121 tag = "v${ version } " ;
22- hash = "sha256-6reo89L/f50pNdMEm1nknEotoCyZFO/RBu3ldNUQkhk =" ;
22+ hash = "sha256-xr2curv7Inzav0wGOEfWwKn1XhBg8EIotJbwhXc+aBQ =" ;
2323 } ;
2424
2525 sourceRoot = "${ src . name } /apps/python-sdk" ;
@@ -42,7 +42,7 @@ buildPythonPackage rec {
4242 meta = {
4343 description = "Turn entire websites into LLM-ready markdown or structured data. Scrape, crawl and extract with a single API" ;
4444 homepage = "https://firecrawl.dev" ;
45- changelog = "https://github.com/mendableai/firecrawl/releases/tag/v ${ version } " ;
45+ changelog = "https://github.com/mendableai/firecrawl/releases/tag/${ src . tag } " ;
4646 license = lib . licenses . mit ;
4747 maintainers = with lib . maintainers ; [ drupol ] ;
4848 } ;
You can’t perform that action at this time.
0 commit comments