cargo-rdme: 1.4.8 -> 1.4.9

This commit is contained in:
R. Ryantm
2025-10-06 23:00:17 +00:00
parent 0bcf98ab2f
commit c3eac21ca4
+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";