Skip to content

Commit

Permalink
Merge pull request #291724 from r-ryantm/auto-update/mystmd
Browse files Browse the repository at this point in the history
mystmd: 1.1.43 -> 1.1.44
  • Loading branch information
marsam authored Feb 27, 2024
2 parents b38a950 + 520fdbe commit 5efeb1b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/my/mystmd/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 5efeb1b

Please sign in to comment.