mdsh: 0.7.0 -> 0.8.0

And also move it to pkgs/by-name
This commit is contained in:
zimbatm 2024-02-29 15:37:28 +01:00
parent 51363e5c0d
commit e3597ddd55
2 changed files with 3 additions and 5 deletions

View File

@ -2,16 +2,16 @@
rustPlatform.buildRustPackage rec {
pname = "mdsh";
version = "0.7.0";
version = "0.8.0";
src = fetchFromGitHub {
owner = "zimbatm";
repo = "mdsh";
rev = "v${version}";
hash = "sha256-Y8ss/aw01zpgM6Z6fCGshP21kcdSOTVG/VqL8H3tlls=";
hash = "sha256-ammLbKEKXDSuZMr4DwPpcRSkKh7BzNC+4ZRCqTNNCQk=";
};
cargoSha256 = "sha256-8o4gN6mqUU+o80IqlAYAD5qpZBSQ/FY5HoNbpwzTm0A=";
cargoHash = "sha256-wLHMccxk3ceZyGK27t5Kyal48yj9dQNgmEHjH9hR9Pc=";
meta = with lib; {
description = "Markdown shell pre-processor";

View File

@ -10749,8 +10749,6 @@ with pkgs;
mbuffer = callPackage ../tools/misc/mbuffer { };
mdsh = callPackage ../development/tools/documentation/mdsh { };
mecab =
let
mecab-nodic = callPackage ../tools/text/mecab/nodic.nix { };