Skip to content

Commit 2f3928c

Browse files
authored
Merge pull request #285028 from r-ryantm/auto-update/mystmd
mystmd: 1.1.37 -> 1.1.38
2 parents d1d8df0 + 486f3f9 commit 2f3928c

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.1.37";
5+
version = "1.1.38";
66

77
src = fetchFromGitHub {
88
owner = "executablebooks";
99
repo = "mystmd";
1010
rev = "mystmd@${version}";
11-
hash = "sha256-P4+0oCXQGziYfVUxIZe3j25lO6ho/4BdtqxCv/TTGko=";
11+
hash = "sha256-kshYS4mWqlWpF4pSetk6mpOn0/XCUF13M5qbZD/pNxQ=";
1212
};
1313

14-
npmDepsHash = "sha256-ZA9kiMTn+m9Q0C3DBVMiUEq5bfRsXM1VX0qrIH2GAQo=";
14+
npmDepsHash = "sha256-+aqS5khw/fDKOGAvOVFopcwoZAsgmmUQzOljZSUlArA=";
1515

1616
dontNpmInstall = true;
1717

0 commit comments

Comments
 (0)