markdown-oxide: 0.0.16 -> 0.0.17

This commit is contained in:
R. Ryantm 2024-04-18 04:31:00 +00:00
parent 3f1bb546b5
commit 2e51e3cda5
1 changed files with 2 additions and 2 deletions

View File

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