Unverified Commit 0efa2b39 authored by Matthias Beyer's avatar Matthias Beyer Committed by GitHub
Browse files

cargo-rdme: 1.4.8 -> 1.4.9 (#449286)

parents 835be194 c3eac21c
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,14 +6,14 @@

rustPlatform.buildRustPackage rec {
  pname = "cargo-rdme";
  version = "1.4.8";
  version = "1.4.9";

  src = fetchCrate {
    inherit pname version;
    hash = "sha256-lVu9w8l3+SeqiMoQ8Bjoslf7tWz49jrrE4g/pDU1axI=";
    hash = "sha256-ostDwjj93WhDfBKJY9xpKd74knQi9z9UFb5Q84waHuM=";
  };

  cargoHash = "sha256-W800jepxDv6OjbcxRKphAnDU2OuBGGGSLELe8gAfTr8=";
  cargoHash = "sha256-pk7tYvN2Drn+Gpk170ITsAF38dVWjk+RBfrnb0YpZc4=";

  meta = {
    description = "Cargo command to create the README.md from your crate's documentation";