Skip to content

Commit

Permalink
cargo-sync-readme: 1.0 -> 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
newAM committed May 4, 2022
1 parent 0b9843c commit ecf564b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pkgs/development/tools/rust/cargo-sync-readme/default.nix
Expand Up @@ -2,20 +2,21 @@

rustPlatform.buildRustPackage rec {
pname = "cargo-sync-readme";
version = "1.0";
version = "1.1";

src = fetchFromGitHub {
owner = "phaazon";
repo = pname;
rev = version;
sha256 = "1c38q87fyfmj6nlwdpavb1xxpi26ncywkgqcwbvblad15c6ydcyc";
sha256 = "sha256-n9oIWblTTuXFFQFN6mpQiCH5N7yg5fAp8v9vpB5/DAo=";
};

cargoSha256 = "0vrbgs49ghhl4z4ljhghcs9fnbf7qx1an9kwbrgv9wng8m1dccah";
cargoSha256 = "sha256-DsB2C2ELuvuVSvxG/xztmnY2qfX8+Y7udbXlpRQoL/c=";

meta = with lib; {
description = "A cargo plugin that generates a Markdown section in your README based on your Rust documentation";
homepage = "https://github.com/phaazon/cargo-sync-readme";
changelog = "https://github.com/phaazon/cargo-sync-readme/blob/${version}/CHANGELOG.md";
license = licenses.bsd3;
maintainers = with maintainers; [ b4dm4n ];
};
Expand Down

0 comments on commit ecf564b

Please sign in to comment.