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

Merge pull request #265592 from marsam/update-mystmd

mystmd: 1.1.23 -> 1.1.26
parents 754ada3a 614e3049
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.23";
  version = "1.1.26";

  src = fetchFromGitHub {
    owner = "executablebooks";
    repo = "mystmd";
    rev = "mystmd@${version}";
    hash = "sha256-+zgAm3v7XcNhhVOFueRqJijteQqMCZmE33hDyR4d5bA=";
    hash = "sha256-hDXqUjJXQqEpaGCdfxGuAnUraB5/RjZB4MmomAG4aPM=";
  };

  npmDepsHash = "sha256-8brgDSV0BBggYUnizV+24RQMXxPd6HUBDYrw9fJtL+M=";
  npmDepsHash = "sha256-uq3HbmkeJl3A46/rfm29v+oXFnZOwp2SFArm6Wtv+wo=";

  dontNpmInstall = true;