dune_3: 3.19.0 -> 3.19.1 (#415909)

authored by Adam C. Stephens and committed by GitHub e7d337b4 fa68c5e2

+2 -2
+2 -2
pkgs/development/tools/ocaml/dune/3.nix
··· 14 14 15 15 stdenv.mkDerivation rec { 16 16 pname = "dune"; 17 - version = "3.19.0"; 17 + version = "3.19.1"; 18 18 19 19 src = fetchurl { 20 20 url = "https://github.com/ocaml/dune/releases/download/${version}/dune-${version}.tbz"; 21 - hash = "sha256-0vYX39NPfYgvQYGiLjWbuQtGZp7YeyZQ64QvBTL8aWw="; 21 + hash = "sha256-oQOG+YDNqUF9FGVGa+1Q3SrvnJO50GoPf+7tsKFUEVg="; 22 22 }; 23 23 24 24 nativeBuildInputs = [