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: 381462979bcb
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8dd875c32477
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Mar 21, 2018

  1. ocamlPackages.pipebang: 110.01.00 -> 113.00.00

    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.00 with grep in /nix/store/kq6az2hq7xjwwsk5zaqvsxk404fkwxib-ocaml-pipebang-113.00.00
    - directory tree listing: https://gist.github.com/f574e3b8aec1bc7c22f6688c2a1afed4
    ryantm committed Mar 21, 2018

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    11b3645 View commit details

Commits on Apr 9, 2018

  1. Merge pull request #37530 from ryantm/auto-update/ocaml-pipebang

    ocamlPackages.pipebang: 110.01.00 -> 113.00.00
    matthewbauer authored Apr 9, 2018
    Copy the full SHA
    8dd875c View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/ocaml-modules/pipebang/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/ocaml-modules/pipebang/default.nix
Original file line number Diff line number Diff line change
@@ -2,13 +2,13 @@

buildOcaml rec {
name = "pipebang";
version = "110.01.00";
version = "113.00.00";

minimumSupportedOcamlVersion = "4.00";

src = fetchurl {
url = "https://github.com/janestreet/pipebang/archive/${version}.tar.gz";
sha256 = "a8858d9607c15cdf0a775196be060c8d91de724fc80a347d7a76ef1d38329096";
sha256 = "0acm2y8wxvnapa248lkgm0vcc44hlwhrjxqkx1awjxzcmarnxhfk";
};

meta = with stdenv.lib; {