Skip to content

Commit

Permalink
markdown-oxide: 0.23.1-unstable-2024-07-20 -> 0.24.2
Browse files Browse the repository at this point in the history
  • Loading branch information
emilioziniades committed Oct 26, 2024
1 parent 3995aad commit 001078f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion pkgs/by-name/ma/markdown-oxide/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 4 additions & 5 deletions pkgs/by-name/ma/markdown-oxide/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 001078f

Please sign in to comment.