We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2e41efb + c7c93df commit b876e32Copy full SHA for b876e32
pkgs/by-name/ma/markdown-oxide/package.nix
@@ -5,17 +5,17 @@
5
}:
6
rustPlatform.buildRustPackage (finalAttrs: {
7
pname = "markdown-oxide";
8
- version = "0.25.1";
+ version = "0.25.2";
9
10
src = fetchFromGitHub {
11
owner = "Feel-ix-343";
12
repo = "markdown-oxide";
13
tag = "v${finalAttrs.version}";
14
- hash = "sha256-hgXqJwmIpXJNIl67Jjbg5MR4PlwB5XbqnFo+rNLoqbE=";
+ hash = "sha256-LXFZAMxg2Mlatwx7d4ozofr7H9nrqDxai9U/oB4vkqA=";
15
};
16
17
useFetchCargoVendor = true;
18
- cargoHash = "sha256-o4wn6L5PVZM0SN8kA34NOp6ogTSoCv2xiN4vfj+ptc8=";
+ cargoHash = "sha256-VEYwLTWnFMO6qH9qsO4/oiNeIHgoEZAF+YjeVgFOESQ=";
19
20
meta = {
21
description = "Markdown LSP server inspired by Obsidian";
0 commit comments