Skip to content

Commit

Permalink
mystmd: 1.1.50 -> 1.1.52
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Apr 8, 2024
1 parent f6eb921 commit c93bd64
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.50";
version = "1.1.52";

src = fetchFromGitHub {
owner = "executablebooks";
repo = "mystmd";
rev = "mystmd@${version}";
hash = "sha256-2KzvjKtI3TK0y1zNX33MAz/I7x+09XVcwKBWhBTD0+M=";
hash = "sha256-m3SjY5mmq+hzxVwpHgXNvE4PyLwMqPtZY5cOYlOPa6M=";
};

npmDepsHash = "sha256-mJXLmq6KZiKjctvGCf7YG6ivF1ut6qynzyM147pzGwM=";
npmDepsHash = "sha256-pFAf3ZIvJPM6AftwTtzAUBzlbwzT+jiEZm9w3xhQlMI=";

dontNpmInstall = true;

Expand Down

0 comments on commit c93bd64

Please sign in to comment.