ocamlPackages.pure-html: 3.10.1 -> 3.11.0

This commit is contained in:
R. Ryantm 2025-06-28 01:40:57 +00:00
parent c0874d923d
commit edf6caf06e

View File

@ -7,13 +7,13 @@
buildDunePackage rec { buildDunePackage rec {
pname = "pure-html"; pname = "pure-html";
version = "3.10.1"; version = "3.11.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "yawaramin"; owner = "yawaramin";
repo = "dream-html"; repo = "dream-html";
tag = "v${version}"; tag = "v${version}";
hash = "sha256-LywQG5AaQrrq8lW+aN1doB1MKPSMciZISOeo583Kr9k="; hash = "sha256-YBzL9B1mDbomGr1kT6RW+wg4y0JH6IiIlJYVMRptFFg=";
}; };
propagatedBuildInputs = [ uri ]; propagatedBuildInputs = [ uri ];