Merge pull request #306462 from r-ryantm/auto-update/markdown-oxide

markdown-oxide: 0.0.17 -> 0.0.21
This commit is contained in:
nixpkgs-merge-bot[bot] 2024-04-25 03:11:31 +00:00 committed by GitHub
commit 4b8435bac1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -5,13 +5,13 @@
rustPlatform.buildRustPackage rec {
pname = "markdown-oxide";
version = "0.0.17";
version = "0.0.21";
src = fetchFromGitHub {
owner = "Feel-ix-343";
repo = "markdown-oxide";
rev = "v${version}";
hash = "sha256-bJlyzBnxUw1OyWLbVEFXgPc/YjmfyyQjfeGAA7G1QlY=";
hash = "sha256-PrsTHAlFFeqyZTsoKvoe19P2ed7xDtOlBgoKftFytVw=";
};
cargoLock = {