Skip to content

Commit 2cb29c5

Browse files
authored
obsidian: 1.7.5 -> 1.7.6 (#355452)
2 parents 081cc2c + f3b123e commit 2cb29c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/ob/obsidian/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
}:
1313
let
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";
@@ -26,7 +26,7 @@ let
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 {

0 commit comments

Comments
 (0)