Merge pull request #259975 from Alizter/ps/branch/dune_3__3_11_0____3_11_1

dune_3: 3.11.0 -> 3.11.1

authored by Mario Rodas and committed by GitHub 08a8f790 60aaad9e

+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.11.0"; 9 + version = "3.11.1"; 10 10 11 11 src = fetchurl { 12 12 url = "https://github.com/ocaml/dune/releases/download/${version}/dune-${version}.tbz"; 13 - hash = "sha256-G5x9fhNKjTqdcVYT8CkQ7PMRZ98boibt6SGl+nsNZRM="; 13 + hash = "sha256-hm8jB62tr3YE87+dmLtAmHkrqgRpU6ZybJbED8XtP3E="; 14 14 }; 15 15 16 16 nativeBuildInputs = [ ocaml findlib ];