markdown-oxide: 0.24.3 -> 0.25.0 (#364322)

This commit is contained in:
nixpkgs-merge-bot[bot] 2024-12-12 06:42:07 +00:00 committed by GitHub
commit 94445802f4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,13 +5,13 @@
}:
rustPlatform.buildRustPackage rec {
pname = "markdown-oxide";
version = "0.24.3";
version = "0.25.0";
src = fetchFromGitHub {
owner = "Feel-ix-343";
repo = "markdown-oxide";
rev = "v${version}";
hash = "sha256-ULoPL+bkYjhfLMKwjbZp8tP8/+M/lWylqUWmNTBvnuM=";
hash = "sha256-rqwtrW5SXbml+Gi1MMlYgkzftVkrQOn07LrYV6TWijo=";
};
cargoLock = {