mystmd: 1.1.37 -> 1.1.38
This commit is contained in:
parent
0b8f8e0cd9
commit
486f3f9dfc
1 changed files with 3 additions and 3 deletions
|
@ -2,16 +2,16 @@
|
||||||
|
|
||||||
buildNpmPackage rec {
|
buildNpmPackage rec {
|
||||||
pname = "mystmd";
|
pname = "mystmd";
|
||||||
version = "1.1.37";
|
version = "1.1.38";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "executablebooks";
|
owner = "executablebooks";
|
||||||
repo = "mystmd";
|
repo = "mystmd";
|
||||||
rev = "mystmd@${version}";
|
rev = "mystmd@${version}";
|
||||||
hash = "sha256-P4+0oCXQGziYfVUxIZe3j25lO6ho/4BdtqxCv/TTGko=";
|
hash = "sha256-kshYS4mWqlWpF4pSetk6mpOn0/XCUF13M5qbZD/pNxQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
npmDepsHash = "sha256-ZA9kiMTn+m9Q0C3DBVMiUEq5bfRsXM1VX0qrIH2GAQo=";
|
npmDepsHash = "sha256-+aqS5khw/fDKOGAvOVFopcwoZAsgmmUQzOljZSUlArA=";
|
||||||
|
|
||||||
dontNpmInstall = true;
|
dontNpmInstall = true;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue