coq2html: 1.3 -> 1.4 (#327523)

This commit is contained in:
Weijia Wang 2024-09-11 00:19:48 +02:00 committed by GitHub
commit 40a2cd0673
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "coq2html";
version = "1.3";
version = "1.4";
src = fetchFromGitHub {
owner = "xavierleroy";
repo = "coq2html";
rev = "v${version}";
hash = "sha256-2J9uETDt+P+t4E9KhTIypA4MQpTCCxYmR6FYF30RqKk=";
hash = "sha256-dBXYeRwBhBWXJfdULLzfgZU+WD6WC6R8wV2eS1zAkq8=";
};
nativeBuildInputs = [ ocaml ];