File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1818 rec {
1919 x86_64-linux = {
2020 urlSuffix = "linux-x86_64.tar.gz" ;
21- hash = "sha256-87mauW50ccOaPyK04O4I7+0bsvxVrdFxhi/Muc53wDY =" ;
21+ hash = "sha256-UjoGDsALtJeOIES7WkOmi+SUVsyu1AjTrpOiXZ9axJg =" ;
2222 } ;
2323 x86_64-darwin = {
2424 urlSuffix = "macos-universal.zip" ;
25- hash = "sha256-a1WhOQ8NU3/aGAdaw8o3y7ckRdBsNgLZZ2nOrMsQdOA =" ;
25+ hash = "sha256-rlwcnNyi1loh2PcRPGpUcXJ7XL018lF/5vF/3G0bIsM =" ;
2626 } ;
2727 aarch64-darwin = x86_64-darwin ;
2828 }
3131in
3232stdenvNoCC . mkDerivation ( finalAttrs : {
3333 pname = "appflowy" ;
34- version = "0.10.6 " ;
34+ version = "0.11.3 " ;
3535
3636 src = fetchzip {
3737 url = "https://github.com/AppFlowy-IO/appflowy/releases/download/${ finalAttrs . version } /AppFlowy-${ finalAttrs . version } -${ dist . urlSuffix } " ;
You can’t perform that action at this time.
0 commit comments