From c3993b8d2d075ae6404e17fad549da77905268c9 Mon Sep 17 00:00:00 2001 From: figsoda Date: Fri, 30 Dec 2022 12:38:13 -0500 Subject: [PATCH] lemmy-help: 0.10.0 -> 0.11.0 Diff: https://github.com/numToStr/lemmy-help/compare/v0.10.0...v0.11.0 Changelog: https://github.com/numToStr/lemmy-help/releases/tag/v0.11.0 --- pkgs/tools/misc/lemmy-help/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/tools/misc/lemmy-help/default.nix b/pkgs/tools/misc/lemmy-help/default.nix index 1d5415a79d19..7cb5e2ddfd23 100644 --- a/pkgs/tools/misc/lemmy-help/default.nix +++ b/pkgs/tools/misc/lemmy-help/default.nix @@ -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";