File tree Expand file tree Collapse file tree 3 files changed +31
-45
lines changed
Expand file tree Collapse file tree 3 files changed +31
-45
lines changed Original file line number Diff line number Diff line change 3939 types-flask = super . types-flask . overridePythonAttrs ( old : {
4040 buildInputs = ( old . buildInputs or [ ] ) ++ [ super . setuptools ] ;
4141 } ) ;
42- cryptography = super . cryptography . overridePythonAttrs ( old : rec {
43- cargoDeps = pkgs . rustPlatform . fetchCargoTarball {
44- inherit ( old ) src ;
45- name = "${ old . pname } -${ old . version } " ;
46- sourceRoot = "${ old . pname } -${ old . version } /${ cargoRoot } " ;
47- sha256 = "sha256-PgxPcFocEhnQyrsNtCN8YHiMptBmk1PUhEDQFdUR1nU=" ;
48- } ;
49- cargoRoot = "src/rust" ;
50- } ) ;
5142 }
5243 ) ;
5344 application = poetry2nix . mkPoetryApplication {
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ disable = [
1616[tool .poetry .dependencies ]
1717python = " ^3.11"
1818flask = " ^3.0.0"
19- cryptography = " ^42 .0.4 "
19+ cryptography = " ^43 .0.1 "
2020gunicorn = " ^22.0.0"
2121peewee = " ^3.17.6"
2222
You can’t perform that action at this time.
0 commit comments