Skip to content

Commit

Permalink
Merge pull request #305595 from r-ryantm/auto-update/mystmd
Browse files Browse the repository at this point in the history
mystmd: 1.1.53 -> 1.1.55
  • Loading branch information
marsam authored Apr 20, 2024
2 parents 4200ea1 + 605be9e commit ea24372
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.53";
version = "1.1.55";

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

npmDepsHash = "sha256-bXvOzx89MR7KL9wsqzB1uorjGGjh++mw17Ni65LLz28=";
npmDepsHash = "sha256-QIGqx1Peogmdo1KLHkzUKqvAuA6jCJRfxeQ1X7p6vTM=";

dontNpmInstall = true;

Expand Down

0 comments on commit ea24372

Please sign in to comment.