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

This commit is contained in:
Matthias Beyer
2025-10-07 09:46:25 +00:00
committed by GitHub
+3 -3
View File
@@ -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";