markdown-oxide: 0.25.3 -> 0.25.4 (#425349)
This commit is contained in:
commit
13bbcdea28
@ -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";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user