From 5beb9496cc1252fc0c9b56a2de191b7992f0c444 Mon Sep 17 00:00:00 2001 From: Robert Helgesson Date: Thu, 20 Oct 2022 08:47:36 +0200 Subject: [PATCH] docs: bump nmd Fixes #3342 --- docs/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/default.nix b/docs/default.nix index 4aad2bfc4a8e..dc304ae23009 100644 --- a/docs/default.nix +++ b/docs/default.nix @@ -7,8 +7,8 @@ let nmdSrc = fetchTarball { url = - "https://gitlab.com/api/v4/projects/rycee%2Fnmd/repository/archive.tar.gz?sha=91dee681dd1c478d6040a00835d73c0f4a4c5c29"; - sha256 = "07szg39wmna287hv5w9hl45wvm04zbh0k54br59nv3yzvg9ymlj4"; + "https://gitlab.com/api/v4/projects/rycee%2Fnmd/repository/archive.tar.gz?sha=b75d312b4f33bd3294cd8ae5c2ca8c6da2afc169"; + sha256 = "0c2nq28rw4v559s3f1nf6y2p6fladgmbqgbsyf3vzs2przn5qn37"; }; nmd = import nmdSrc { inherit lib pkgs; };