Unverified Commit 5efeb1b7 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

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

mystmd: 1.1.43 -> 1.1.44
parents b38a950c 520fdbee
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.43";
  version = "1.1.44";

  src = fetchFromGitHub {
    owner = "executablebooks";
    repo = "mystmd";
    rev = "mystmd@${version}";
    hash = "sha256-NKb62xhmdqA/fLF2HIm/t+eiIiSLKvPDLlAdjWBKJrQ=";
    hash = "sha256-cNpnXEcG7XGQO17HtgRYA0nn1LV8BWEbbzoeeHfh50Q=";
  };

  npmDepsHash = "sha256-5PcGD5La3g9Gd9Me31nLZA+Pi9k+x0s8APXYVa6QSH8=";
  npmDepsHash = "sha256-oflaxF4npCqS3k90G3kJkBkPy1xGL/orG5d4VMqMjlo=";

  dontNpmInstall = true;