Unverified Commit 4f3dd2ea authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

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

parents b1ec59b4 001078f0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -642,7 +642,7 @@ dependencies = [

[[package]]
name = "markdown-oxide"
version = "0.23.1"
version = "0.24.0"
dependencies = [
 "anyhow",
 "chrono",
+4 −5
Original line number Diff line number Diff line
@@ -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 = {