markdown-oxide: 0.25.3 -> 0.25.4 (#425349)

This commit is contained in:
Franz Pletz 2025-07-15 19:09:29 +02:00 committed by GitHub
commit 13bbcdea28
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,17 +5,17 @@
}: }:
rustPlatform.buildRustPackage (finalAttrs: { rustPlatform.buildRustPackage (finalAttrs: {
pname = "markdown-oxide"; pname = "markdown-oxide";
version = "0.25.3"; version = "0.25.4";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Feel-ix-343"; owner = "Feel-ix-343";
repo = "markdown-oxide"; repo = "markdown-oxide";
tag = "v${finalAttrs.version}"; tag = "v${finalAttrs.version}";
hash = "sha256-LBY7hLen6jhOBsOIl9f5rFVH66FbLbuYgLl1xtzTRQg="; hash = "sha256-wS75Etj6NAMt/wlWB1yLGetM+OsgyeCo0dqHkrjUsQI=";
}; };
useFetchCargoVendor = true; useFetchCargoVendor = true;
cargoHash = "sha256-VEYwLTWnFMO6qH9qsO4/oiNeIHgoEZAF+YjeVgFOESQ="; cargoHash = "sha256-W+4WmWfqNuh3kmqE9X6CQ5/kTqMoUqyuIFCRiZa6Kc4=";
meta = { meta = {
description = "Markdown LSP server inspired by Obsidian"; description = "Markdown LSP server inspired by Obsidian";