Skip to content

Commit

Permalink
obsidian: 1.7.5 -> 1.7.6 (NixOS#355452)
Browse files Browse the repository at this point in the history
  • Loading branch information
tjni authored Nov 13, 2024
2 parents 081cc2c + f3b123e commit 2cb29c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/ob/obsidian/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}:
let
pname = "obsidian";
version = "1.7.5";
version = "1.7.6";
appname = "Obsidian";
meta = with lib; {
description = "Powerful knowledge base that works on top of a local folder of plain text Markdown files";
Expand All @@ -26,7 +26,7 @@ let
filename = if stdenv.hostPlatform.isDarwin then "Obsidian-${version}.dmg" else "obsidian-${version}.tar.gz";
src = fetchurl {
url = "https://github.com/obsidianmd/obsidian-releases/releases/download/v${version}/${filename}";
hash = if stdenv.hostPlatform.isDarwin then "sha256-2gUXA0a7gcVFtTl5qiJFTAu6A9W79DiP0hd8j1Mwv3I=" else "sha256-T177UqPnPLM/2dGUdwhK21AByYrJu9wgEKOWrrGBQkA=";
hash = if stdenv.hostPlatform.isDarwin then "sha256-K7NLFbsTVNNH2VEXLiBM1KaG3fEWwaUkvxYh3vtKGvc=" else "sha256-5xkhm87eN36NmwG+t7SYnn20zT+ZELC7g2x+6/UGrHE=";
};

icon = fetchurl {
Expand Down

0 comments on commit 2cb29c5

Please sign in to comment.