Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 854e06910740
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a7e7a1448a2c
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Mar 30, 2018

  1. ocamlPackages.type_conv: 112.01.01 -> 113.00.02

    Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:
    
    - built on NixOS
    - Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
    - found 113.00.02 with grep in /nix/store/ph9bs0vwwgpm1gcypd37ia7h3iybrzlf-ocaml-type_conv-113.00.02
    - directory tree listing: https://gist.github.com/e0e5582781203fe8077a8ede54af0ef6
    ryantm authored and globin committed Mar 30, 2018
    Copy the full SHA
    a7e7a14 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/ocaml-modules/type_conv/112.01.01.nix
4 changes: 2 additions & 2 deletions pkgs/development/ocaml-modules/type_conv/112.01.01.nix
Original file line number Diff line number Diff line change
@@ -4,11 +4,11 @@ buildOcaml rec {
minimumSupportedOcamlVersion = "4.02";

name = "type_conv";
version = "112.01.01";
version = "113.00.02";

src = fetchurl {
url = "https://github.com/janestreet/type_conv/archive/${version}.tar.gz";
sha256 = "dbbc33b7ab420e8442d79ba4308ea6c0c16903b310d33525be18841159aa8855";
sha256 = "1718yl2q8zandrs4xqffkfmssfld1iz62dzcqdm925735c1x01fk";
};

meta = {