Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

ocamlPackages.pure-html: 3.11.0 -> 3.11.1

R. Ryantm 63dcaabc abfaee3e

+2 -2
+2 -2
pkgs/development/ocaml-modules/dream-html/pure.nix
··· 7 7 8 8 buildDunePackage rec { 9 9 pname = "pure-html"; 10 - version = "3.11.0"; 10 + version = "3.11.1"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "yawaramin"; 14 14 repo = "dream-html"; 15 15 tag = "v${version}"; 16 - hash = "sha256-YBzL9B1mDbomGr1kT6RW+wg4y0JH6IiIlJYVMRptFFg="; 16 + hash = "sha256-L/q3nxUONPdZtzmfCfP8nnNCwQNSpeYI0hqowioGYNg="; 17 17 }; 18 18 19 19 propagatedBuildInputs = [ uri ];