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: 988ed26778dc
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: fdb95b4d4dea
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Mar 11, 2019

  1. ocamlPackages.yojson: 1.6.0 -> 1.7.0

    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.06.1-yojson/versions
    r-ryantm authored and vbgl committed Mar 11, 2019
    Copy the full SHA
    fdb95b4 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/ocaml-modules/yojson/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/ocaml-modules/yojson/default.nix
Original file line number Diff line number Diff line change
@@ -3,9 +3,9 @@ let
pname = "yojson";
param =
if stdenv.lib.versionAtLeast ocaml.version "4.02" then rec {
version = "1.6.0";
version = "1.7.0";
url = "https://github.com/ocaml-community/yojson/releases/download/${version}/yojson-${version}.tbz";
sha256 = "1h73zkgqs6cl9y7p2l0cgjwyqa1fzcrnzv3k6w7wyq2p1q5m84xh";
sha256 = "08llz96if8bcgnaishf18si76cv11zbkni0aldb54k3cn7ipiqvd";
buildInputs = [ dune ];
extra = { inherit (dune) installPhase; };
} else rec {