mystmd: 1.1.40 -> 1.1.42

This commit is contained in:
R. Ryantm
2024-02-16 10:46:30 +00:00
parent 5e55f0bb65
commit 7904a6387f
+3 -3
View File
@@ -2,16 +2,16 @@
buildNpmPackage rec {
pname = "mystmd";
version = "1.1.40";
version = "1.1.42";
src = fetchFromGitHub {
owner = "executablebooks";
repo = "mystmd";
rev = "mystmd@${version}";
hash = "sha256-RN3jrcTLdVnG4QF3OCg12S5faaYqkEhWGW7BaZKli4M=";
hash = "sha256-oVdZ2U1h1BFjo82IDFFHlQHR/V/GNLx4qWtSLhWm3ck=";
};
npmDepsHash = "sha256-VZO5VXwmBpTdUdlBPgRz2P9Q7xDc1GaBrHEGnvYXx/E=";
npmDepsHash = "sha256-ucw9ayyIocF/AKkXrzvBDaQ5Mv2edQdiYbX+G3bcHrs=";
dontNpmInstall = true;