From edf6caf06ef1f176c57a8baf2138f86a6e3deddf Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sat, 28 Jun 2025 01:40:57 +0000 Subject: [PATCH] ocamlPackages.pure-html: 3.10.1 -> 3.11.0 --- pkgs/development/ocaml-modules/dream-html/pure.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/ocaml-modules/dream-html/pure.nix b/pkgs/development/ocaml-modules/dream-html/pure.nix index 468890756a77..14347144bb89 100644 --- a/pkgs/development/ocaml-modules/dream-html/pure.nix +++ b/pkgs/development/ocaml-modules/dream-html/pure.nix @@ -7,13 +7,13 @@ buildDunePackage rec { pname = "pure-html"; - version = "3.10.1"; + version = "3.11.0"; src = fetchFromGitHub { owner = "yawaramin"; repo = "dream-html"; tag = "v${version}"; - hash = "sha256-LywQG5AaQrrq8lW+aN1doB1MKPSMciZISOeo583Kr9k="; + hash = "sha256-YBzL9B1mDbomGr1kT6RW+wg4y0JH6IiIlJYVMRptFFg="; }; propagatedBuildInputs = [ uri ];