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

Merge pull request #286662 from vbgl/ocaml-dune-3.13.1

ocamlPackages.dune_3: 3.13.0 → 3.13.1

Closes https://github.com/NixOS/nixpkgs/pull/286666

authored by Mario Rodas and committed by GitHub ed2adf66 11bc6db5

+2 -2
+2 -2
pkgs/development/tools/ocaml/dune/3.nix
··· 6 6 7 7 stdenv.mkDerivation rec { 8 8 pname = "dune"; 9 - version = "3.13.0"; 9 + version = "3.13.1"; 10 10 11 11 src = fetchurl { 12 12 url = "https://github.com/ocaml/dune/releases/download/${version}/dune-${version}.tbz"; 13 - hash = "sha256-8YASV+AchGvXEBfsXUsrdf0xsgoNWXm5M7N8yEU2eN4="; 13 + hash = "sha256-L+CvG0z5hknHVVtVXZ9PgdXe2HcYqJ30mI4hSlbIqRY="; 14 14 }; 15 15 16 16 nativeBuildInputs = [ ocaml findlib ];