mdsh: 0.6.0 -> 0.7.0
This commit is contained in:
parent
65d53fb147
commit
c3c1958647
@ -2,16 +2,16 @@
|
|||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "mdsh";
|
pname = "mdsh";
|
||||||
version = "0.6.0";
|
version = "0.7.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "zimbatm";
|
owner = "zimbatm";
|
||||||
repo = "mdsh";
|
repo = "mdsh";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1ki6w3qf8ipcf7ch5120mj16vs7yan8k9zjd25v8x6vbsd1iccgy";
|
hash = "sha256-Y8ss/aw01zpgM6Z6fCGshP21kcdSOTVG/VqL8H3tlls=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoSha256 = "0x5fd47rjmzzmwgj14gbj0rbxwbphd7f63mis4ivwlwc9ikjxdxb";
|
cargoSha256 = "sha256-8o4gN6mqUU+o80IqlAYAD5qpZBSQ/FY5HoNbpwzTm0A=";
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Markdown shell pre-processor";
|
description = "Markdown shell pre-processor";
|
||||||
|
Loading…
Reference in New Issue
Block a user