markdown-oxide: 0.23.1-unstable-2024-07-20 -> 0.24.2 (#351489)

This commit is contained in:
Aleksana 2024-10-30 11:37:39 +08:00 committed by GitHub
commit 4f3dd2ea6f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 6 deletions

View File

@ -642,7 +642,7 @@ dependencies = [
[[package]]
name = "markdown-oxide"
version = "0.23.1"
version = "0.24.0"
dependencies = [
"anyhow",
"chrono",

View File

@ -3,16 +3,15 @@
rustPlatform,
fetchFromGitHub,
}:
rustPlatform.buildRustPackage {
rustPlatform.buildRustPackage rec {
pname = "markdown-oxide";
version = "0.23.1-unstable-2024-07-20";
version = "0.24.2";
src = fetchFromGitHub {
owner = "Feel-ix-343";
repo = "markdown-oxide";
rev = "0f1542a54a44de8313087f6c60e6ecd54f52ede5";
hash = "sha256-zxJZnhN2cN3sNd+PHi2jYuHDDA4ekEVIi3X52Z/8TGM=";
rev = "v${version}";
hash = "sha256-LMDL2jLHKgPBkz7QcU4yVzR2ySaboCZ9AOKmdA/NA4c=";
};
cargoLock = {