obsidian-export: 23.12.0 -> 25.3.0 (#358603)

This commit is contained in:
Weijia Wang
2025-03-30 12:02:15 +02:00
committed by GitHub
+3 -3
View File
@@ -5,17 +5,17 @@
rustPlatform.buildRustPackage rec {
pname = "obsidian-export";
version = "23.12.0";
version = "25.3.0";
src = fetchFromGitHub {
owner = "zoni";
repo = "obsidian-export";
rev = "v${version}";
hash = "sha256-r5G2XVV2F/Bt29gxuTZKX+KxH6RFa1hJNH3gSTi7yCU=";
hash = "sha256-FcySNccDVeftX5BKVwYXdufsCmG8YuFBQrbSqibbVV8=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-d9CL29lc3IMpXZa7hGC17UhEJnZPZuRiy0DqWtgyjV8=";
cargoHash = "sha256-2rP1ks+47fI5Os7ltktPVUzvYss+KkjftrE4G0cl8XI=";
meta = {
changelog = "https://github.com/zoni/obsidian-export/blob/${src.rev}/CHANGELOG.md";