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.9.0"; version = "1.9.1"; src = fetchurl { url = "https://github.com/mirage/alcotest/releases/download/${version}/alcotest-${version}.tbz"; hash = "sha256-4jhxNsqFTfK0FSE53U1LOVOmRugElIBz3t/gojLwihU="; hash = "sha256-HinDtB1DKQYhBbcj39o6/4a4zvXnx1ANDkkfxf145II="; }; 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.9.0"; version = "1.9.1"; src = fetchurl { url = "https://github.com/mirage/alcotest/releases/download/${version}/alcotest-${version}.tbz"; hash = "sha256-4jhxNsqFTfK0FSE53U1LOVOmRugElIBz3t/gojLwihU="; hash = "sha256-HinDtB1DKQYhBbcj39o6/4a4zvXnx1ANDkkfxf145II="; }; nativeBuildInputs = [ ocaml-syntax-shims ]; Loading