Skip to content

Commit b876e32

Browse files
markdown-oxide: 0.25.1 -> 0.25.2 (#414431)
Co-authored-by: linsui <[email protected]>
2 parents 2e41efb + c7c93df commit b876e32

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ma/markdown-oxide/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@
55
}:
66
rustPlatform.buildRustPackage (finalAttrs: {
77
pname = "markdown-oxide";
8-
version = "0.25.1";
8+
version = "0.25.2";
99

1010
src = fetchFromGitHub {
1111
owner = "Feel-ix-343";
1212
repo = "markdown-oxide";
1313
tag = "v${finalAttrs.version}";
14-
hash = "sha256-hgXqJwmIpXJNIl67Jjbg5MR4PlwB5XbqnFo+rNLoqbE=";
14+
hash = "sha256-LXFZAMxg2Mlatwx7d4ozofr7H9nrqDxai9U/oB4vkqA=";
1515
};
1616

1717
useFetchCargoVendor = true;
18-
cargoHash = "sha256-o4wn6L5PVZM0SN8kA34NOp6ogTSoCv2xiN4vfj+ptc8=";
18+
cargoHash = "sha256-VEYwLTWnFMO6qH9qsO4/oiNeIHgoEZAF+YjeVgFOESQ=";
1919

2020
meta = {
2121
description = "Markdown LSP server inspired by Obsidian";

0 commit comments

Comments
 (0)