obsidian: 1.8.7 -> 1.8.9 (#387328)

This commit is contained in:
Pol Dellaiera
2025-03-05 18:45:04 +01:00
committed by GitHub
+3 -3
View File
@@ -13,7 +13,7 @@
}:
let
pname = "obsidian";
version = "1.8.7";
version = "1.8.9";
appname = "Obsidian";
meta = with lib; {
description = "Powerful knowledge base that works on top of a local folder of plain text Markdown files";
@@ -37,9 +37,9 @@ let
url = "https://github.com/obsidianmd/obsidian-releases/releases/download/v${version}/${filename}";
hash =
if stdenv.hostPlatform.isDarwin then
"sha256-odpuje7yiEztYG8Yt7oUhR7N7wkdXo8OlglTTMeCz4k="
"sha256-OPK5GI0P52zk7EF8Gk5i15N/WddbNjS47YNy55o2A8k="
else
"sha256-tOP3kXWVmL8aH5QP8E6VtJAf4sLEgVRuXidRU1iJkM8=";
"sha256-XVq0nQiyT2HvKQpzJIvhghsGgg4ye7uqZcyA1nH4O/o=";
};
icon = fetchurl {