File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1212} :
1313let
1414 pname = "obsidian" ;
15- version = "1.7.5 " ;
15+ version = "1.7.6 " ;
1616 appname = "Obsidian" ;
1717 meta = with lib ; {
1818 description = "Powerful knowledge base that works on top of a local folder of plain text Markdown files" ;
2626 filename = if stdenv . hostPlatform . isDarwin then "Obsidian-${ version } .dmg" else "obsidian-${ version } .tar.gz" ;
2727 src = fetchurl {
2828 url = "https://github.com/obsidianmd/obsidian-releases/releases/download/v${ version } /${ filename } " ;
29- hash = if stdenv . hostPlatform . isDarwin then "sha256-2gUXA0a7gcVFtTl5qiJFTAu6A9W79DiP0hd8j1Mwv3I =" else "sha256-T177UqPnPLM/2dGUdwhK21AByYrJu9wgEKOWrrGBQkA =" ;
29+ hash = if stdenv . hostPlatform . isDarwin then "sha256-K7NLFbsTVNNH2VEXLiBM1KaG3fEWwaUkvxYh3vtKGvc =" else "sha256-5xkhm87eN36NmwG+t7SYnn20zT+ZELC7g2x+6/UGrHE =" ;
3030 } ;
3131
3232 icon = fetchurl {
You can’t perform that action at this time.
0 commit comments