Merge pull request #292345 from zimbatm/mdsh-0.8.0
mdsh: 0.7.0 -> 0.8.0
This commit is contained in:
commit
49ebee33e7
2 changed files with 3 additions and 5 deletions
|
@ -2,16 +2,16 @@
|
||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "mdsh";
|
pname = "mdsh";
|
||||||
version = "0.7.0";
|
version = "0.8.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "zimbatm";
|
owner = "zimbatm";
|
||||||
repo = "mdsh";
|
repo = "mdsh";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-Y8ss/aw01zpgM6Z6fCGshP21kcdSOTVG/VqL8H3tlls=";
|
hash = "sha256-ammLbKEKXDSuZMr4DwPpcRSkKh7BzNC+4ZRCqTNNCQk=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoSha256 = "sha256-8o4gN6mqUU+o80IqlAYAD5qpZBSQ/FY5HoNbpwzTm0A=";
|
cargoHash = "sha256-wLHMccxk3ceZyGK27t5Kyal48yj9dQNgmEHjH9hR9Pc=";
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Markdown shell pre-processor";
|
description = "Markdown shell pre-processor";
|
|
@ -10735,8 +10735,6 @@ with pkgs;
|
||||||
|
|
||||||
mbuffer = callPackage ../tools/misc/mbuffer { };
|
mbuffer = callPackage ../tools/misc/mbuffer { };
|
||||||
|
|
||||||
mdsh = callPackage ../development/tools/documentation/mdsh { };
|
|
||||||
|
|
||||||
mecab =
|
mecab =
|
||||||
let
|
let
|
||||||
mecab-nodic = callPackage ../tools/text/mecab/nodic.nix { };
|
mecab-nodic = callPackage ../tools/text/mecab/nodic.nix { };
|
||||||
|
|
Loading…
Reference in a new issue