about summary refs log tree commit diff
path: root/pkgs/by-name
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-11-21 03:56:04 -0500
committerGitHub <noreply@github.com>2023-11-21 03:56:04 -0500
commit791b44926beed326b0592d30e43dfaf886f6975e (patch)
tree2cf7bf035db879a954ba8abc1f88e6b340030cea /pkgs/by-name
parent8c755e1eee777e9c15a46ea386a55b36839a4e49 (diff)
parent2702f8c0049181ef154d7eba551d4ab793af50b8 (diff)
Merge pull request #268610 from marsam/update-mystmd
mystmd: 1.1.27 -> 1.1.29
Diffstat (limited to 'pkgs/by-name')
-rw-r--r--pkgs/by-name/my/mystmd/package.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/by-name/my/mystmd/package.nix b/pkgs/by-name/my/mystmd/package.nix
index 4cd0658f3acc4..1529bc3c321ac 100644
--- a/pkgs/by-name/my/mystmd/package.nix
+++ b/pkgs/by-name/my/mystmd/package.nix
@@ -2,16 +2,16 @@
 
 buildNpmPackage rec {
   pname = "mystmd";
-  version = "1.1.27";
+  version = "1.1.29";
 
   src = fetchFromGitHub {
     owner = "executablebooks";
     repo = "mystmd";
     rev = "mystmd@${version}";
-    hash = "sha256-aMoL125DjXM/HL+ebCkjywwEv1VTKPmF2CV/TJd1LMU=";
+    hash = "sha256-vI30dAcHdVtfD3xWIEytlDaobRX7Wkc7xt8vVHdXJxY=";
   };
 
-  npmDepsHash = "sha256-i1tbHCI/z/kiGIROlVMvnt7x4f8D7pzTk1BcSPFDwFw=";
+  npmDepsHash = "sha256-l/jpNCVZe++o494W4EV86VAVdH9W8W8I0+dC2rBome8=";
 
   dontNpmInstall = true;