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

Commits on Mar 31, 2018

  1. ocamlPackages.alcotest: 0.8.1 -> 0.8.2

    Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.
    
    This update was made based on information from https://repology.org/metapackage/ocaml4.05.0-alcotest/versions.
    
    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 0.8.2 with grep in /nix/store/q08nmvvkyka038kqhmhbgfqvn97c5wzw-ocaml4.05.0-alcotest-0.8.2
    - directory tree listing: https://gist.github.com/5da539318dc6e7b77255ad7f544bb828
    R. RyanTM committed Mar 31, 2018

    Verified

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

Commits on Apr 9, 2018

  1. Merge pull request #38171 from r-ryantm/auto-update/ocaml4.05.0-alcotest

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

let param =
if stdenv.lib.versionAtLeast ocaml.version "4.02" then {
version = "0.8.1";
sha256 = "1bjhgwmshlaz9xncrrkknys7prigf8vlg1kqvfx9l8kn92mlf10b";
version = "0.8.2";
sha256 = "1zpg079v89mz2dpnh59f9hk5r03wl26skfn43llrv3kg24abjfpf";
buildInputs = [ jbuilder ];
buildPhase = "jbuilder build -p alcotest";
inherit (jbuilder) installPhase;