Loading pkgs/development/ocaml-modules/ocaml-version/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -7,11 +7,11 @@ buildDunePackage rec { pname = "ocaml-version"; version = "4.0.3"; version = "4.0.4"; src = fetchurl { url = "https://github.com/ocurrent/ocaml-version/releases/download/v${version}/ocaml-version-${version}.tbz"; hash = "sha256-GM5e7fTKWhx6tSJ9xfNdW2fy8wYWhmbf3uGvqGKQm7M="; hash = "sha256-6sviBLiEjcCtLcnk74vGy4ZTALVd1Rd5INUzAzn+HO4="; }; checkInputs = [ alcotest ]; Loading Loading
pkgs/development/ocaml-modules/ocaml-version/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -7,11 +7,11 @@ buildDunePackage rec { pname = "ocaml-version"; version = "4.0.3"; version = "4.0.4"; src = fetchurl { url = "https://github.com/ocurrent/ocaml-version/releases/download/v${version}/ocaml-version-${version}.tbz"; hash = "sha256-GM5e7fTKWhx6tSJ9xfNdW2fy8wYWhmbf3uGvqGKQm7M="; hash = "sha256-6sviBLiEjcCtLcnk74vGy4ZTALVd1Rd5INUzAzn+HO4="; }; checkInputs = [ alcotest ]; Loading