Loading pkgs/development/ocaml-modules/alcotest/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -13,11 +13,11 @@ buildDunePackage rec { pname = "alcotest"; version = "1.8.0"; version = "1.9.0"; src = fetchurl { url = "https://github.com/mirage/alcotest/releases/download/${version}/alcotest-${version}.tbz"; hash = "sha256-y6G9AXB8jFW0dkuw34yccyvjIeHxwalqQG5W2NvKHQ4="; hash = "sha256-4jhxNsqFTfK0FSE53U1LOVOmRugElIBz3t/gojLwihU="; }; nativeBuildInputs = [ ocaml-syntax-shims ]; Loading Loading
pkgs/development/ocaml-modules/alcotest/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -13,11 +13,11 @@ buildDunePackage rec { pname = "alcotest"; version = "1.8.0"; version = "1.9.0"; src = fetchurl { url = "https://github.com/mirage/alcotest/releases/download/${version}/alcotest-${version}.tbz"; hash = "sha256-y6G9AXB8jFW0dkuw34yccyvjIeHxwalqQG5W2NvKHQ4="; hash = "sha256-4jhxNsqFTfK0FSE53U1LOVOmRugElIBz3t/gojLwihU="; }; nativeBuildInputs = [ ocaml-syntax-shims ]; Loading