Skip to content

Commit 416d8e8

Browse files
authored
mystmd: 1.3.17 -> 1.3.18 (#363413)
2 parents f5a8802 + b4fe70a commit 416d8e8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/my/mystmd/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22

33
buildNpmPackage rec {
44
pname = "mystmd";
5-
version = "1.3.17";
5+
version = "1.3.18";
66

77
src = fetchFromGitHub {
88
owner = "executablebooks";
99
repo = "mystmd";
1010
rev = "mystmd@${version}";
11-
hash = "sha256-T6Yx4CU1JMCbX0YLF0WnmFPo5DfX/yFrUDUhVn37o3s=";
11+
hash = "sha256-20Cxs4ib7xRn4UC9ShiQ+KnyrTCmW/vII7QN9BObY78=";
1212
};
1313

14-
npmDepsHash = "sha256-FMyIESq78/Uky0ko3B/mn0d0xKBxIzvwGOpxvVm5/7U=";
14+
npmDepsHash = "sha256-dcjOxEYTG/EnBRu+RE7cpSEvNmG32QsDDYzItaNTpa0=";
1515

1616
dontNpmInstall = true;
1717

0 commit comments

Comments
 (0)