File tree Expand file tree Collapse file tree 2 files changed +83
-93
lines changed Expand file tree Collapse file tree 2 files changed +83
-93
lines changed Original file line number Diff line number Diff line change 11{
22 lib ,
33 fetchFromGitHub ,
4- flutter324 ,
4+ flutter327 ,
55 keybinder3 ,
66 libayatana-appindicator ,
77 buildGoModule ,
1212
1313let
1414 pname = "flclash" ;
15- version = "0.8.70 " ;
15+ version = "0.8.76 " ;
1616
1717 src =
1818 ( fetchFromGitHub {
1919 owner = "chen08209" ;
2020 repo = "FlClash" ;
2121 tag = "v${ version } " ;
22- hash = "sha256-6gDkRqbAGqwF+HCThWAHK0Jh/dxaYlnaYaAiXN48z5E =" ;
22+ hash = "sha256-LNHaleqh3eAQcfYSz7xIaWeNUtmlFXOyG2S7zz2+XeI =" ;
2323 fetchSubmodules = true ;
2424 } ) . overrideAttrs
2525 ( _ : {
4141
4242 modRoot = "core" ;
4343
44- vendorHash = "sha256-yam3DgY/dfwIRc7OvFltwX29x6xGlrrsK4Oj6oaGYRw =" ;
44+ vendorHash = "sha256-p6GE97n5/ZCIjgmfL//2doRW/PGpUtjeKxhRs/aveus =" ;
4545
4646 env . CGO_ENABLED = 0 ;
4747
5757 meta = metaCommon ;
5858 } ;
5959in
60- flutter324 . buildFlutterApplication {
60+ flutter327 . buildFlutterApplication {
6161 inherit pname version src ;
6262
6363 pubspecLock = lib . importJSON ./pubspec.lock.json ;
You can’t perform that action at this time.
0 commit comments