Unverified Commit 59a5a16b authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #306906 from r-ryantm/auto-update/mystmd

mystmd: 1.1.55 -> 1.2.0
parents 84f8ba28 11eec875
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,16 +2,16 @@

buildNpmPackage rec {
  pname = "mystmd";
  version = "1.1.55";
  version = "1.2.0";

  src = fetchFromGitHub {
    owner = "executablebooks";
    repo = "mystmd";
    rev = "mystmd@${version}";
    hash = "sha256-aIqIcNXlzpvW90WJs9tJajXvnEQB0IiNCu8B62cwElo=";
    hash = "sha256-SxUZvPSitzWZzTa490dkJWw6fZ5PtN8hy7fglifPn6o=";
  };

  npmDepsHash = "sha256-QIGqx1Peogmdo1KLHkzUKqvAuA6jCJRfxeQ1X7p6vTM=";
  npmDepsHash = "sha256-fwjtEw2mAnNX7lo9ovCC58qqtJPDLc2Ho9I1Ui0k/iI=";

  dontNpmInstall = true;