Merge pull request #208386 from figsoda/lemmy-help

lemmy-help: 0.10.0 -> 0.11.0
This commit is contained in:
figsoda 2022-12-31 20:52:16 -05:00 committed by GitHub
commit f18341bd90
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,18 +2,18 @@
rustPlatform.buildRustPackage rec {
pname = "lemmy-help";
version = "0.10.0";
version = "0.11.0";
src = fetchFromGitHub {
owner = "numToStr";
repo = "lemmy-help";
rev = "v${version}";
sha256 = "sha256-gsYVrqPcabLCMYN3Gmr6CXTCKKFAy2rDCxmcRwR1Iic=";
sha256 = "sha256-HcIvHuuzQj4HsRJyn1A9nXiGDGAcz1nqTsC7sROt7OI=";
};
buildFeatures = [ "cli" ];
cargoSha256 = "sha256-iyMEzxCTxJ/CP3UEnLc4SN5zhIjCLGUl4OOk0u0bCJc=";
cargoSha256 = "sha256-BCwpiBPvnLgbpOaXgUK2EDXnT8d4jo7aqgM6uwl80eg=";
meta = with lib; {
description = "A CLI for generating vim help docs from emmylua comments";