Unverified Commit 46a7ee4e authored by Jörg Thalheim's avatar Jörg Thalheim Committed by GitHub
Browse files

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

markdown-oxide: 0.0.16 -> 0.0.17
parents 2948912c 2e51e3cd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = {