We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f5a8802 + b4fe70a commit 416d8e8Copy full SHA for 416d8e8
pkgs/by-name/my/mystmd/package.nix
@@ -2,16 +2,16 @@
2
3
buildNpmPackage rec {
4
pname = "mystmd";
5
- version = "1.3.17";
+ version = "1.3.18";
6
7
src = fetchFromGitHub {
8
owner = "executablebooks";
9
repo = "mystmd";
10
rev = "mystmd@${version}";
11
- hash = "sha256-T6Yx4CU1JMCbX0YLF0WnmFPo5DfX/yFrUDUhVn37o3s=";
+ hash = "sha256-20Cxs4ib7xRn4UC9ShiQ+KnyrTCmW/vII7QN9BObY78=";
12
};
13
14
- npmDepsHash = "sha256-FMyIESq78/Uky0ko3B/mn0d0xKBxIzvwGOpxvVm5/7U=";
+ npmDepsHash = "sha256-dcjOxEYTG/EnBRu+RE7cpSEvNmG32QsDDYzItaNTpa0=";
15
16
dontNpmInstall = true;
17
0 commit comments