mmdoc: 0.21.0 -> 0.26.0

This commit is contained in:
R. Ryantm
2026-07-23 18:23:54 +00:00
parent 1043b7502f
commit 8fe243fe5d
+2 -2
View File
@@ -13,13 +13,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "mmdoc";
version = "0.21.0";
version = "0.26.0";
src = fetchFromGitHub {
owner = "ryantm";
repo = "mmdoc";
rev = finalAttrs.version;
hash = "sha256-GxGYW10GZvDzeeKy9U9iyGvfN3IM/A/pnQivx8xXhHI=";
hash = "sha256-UYEWntrJPt1CmS3yPb/zP6EznOvc7h9LrSpyGbtTnCc=";
};
nativeBuildInputs = [