cargo-rdme: 1.4.5 -> 1.4.8

This commit is contained in:
R. Ryantm
2024-12-02 04:56:18 +00:00
parent 10f06c512e
commit 97ee545292
+3 -3
View File
@@ -2,18 +2,18 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-rdme";
version = "1.4.5";
version = "1.4.8";
src = fetchCrate {
inherit pname version;
hash = "sha256-IB+n9abFeWLgJLdo3NjffcGrIxXhNdZ2moyfIG+gMoc=";
hash = "sha256-lVu9w8l3+SeqiMoQ8Bjoslf7tWz49jrrE4g/pDU1axI=";
};
buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [
Security
];
cargoHash = "sha256-mD95+Q6xaL0LFk5841LBrQqzFU7KFJbUgHB96zXy2KU=";
cargoHash = "sha256-UqPvvqX+QHFiRil2XadiHyO1EMA51IAUGk6cNH3um54=";
meta = with lib; {
description = "Cargo command to create the README.md from your crate's documentation";