mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-29 16:24:10 +00:00
mystmd: 1.1.27 -> 1.1.29
Diff: https://github.com/executablebooks/mystmd/compare/mystmd@1.1.27...mystmd@1.1.29 Changelog: https://github.com/executablebooks/mystmd/blob/mystmd@1.1.29/packages/myst-cli/CHANGELOG.md
This commit is contained in:
parent
118b13ce0b
commit
2702f8c004
@ -2,16 +2,16 @@
|
||||
|
||||
buildNpmPackage rec {
|
||||
pname = "mystmd";
|
||||
version = "1.1.27";
|
||||
version = "1.1.29";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "executablebooks";
|
||||
repo = "mystmd";
|
||||
rev = "mystmd@${version}";
|
||||
hash = "sha256-aMoL125DjXM/HL+ebCkjywwEv1VTKPmF2CV/TJd1LMU=";
|
||||
hash = "sha256-vI30dAcHdVtfD3xWIEytlDaobRX7Wkc7xt8vVHdXJxY=";
|
||||
};
|
||||
|
||||
npmDepsHash = "sha256-i1tbHCI/z/kiGIROlVMvnt7x4f8D7pzTk1BcSPFDwFw=";
|
||||
npmDepsHash = "sha256-l/jpNCVZe++o494W4EV86VAVdH9W8W8I0+dC2rBome8=";
|
||||
|
||||
dontNpmInstall = true;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user