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

Commits on Apr 2, 2020

  1. reason: 3.5.4 → 3.6.0

    vbgl committed Apr 2, 2020
    Copy the full SHA
    6fa7355 View commit details

Commits on Apr 6, 2020

  1. Merge pull request #84127 from vbgl/reason-3.6.0

    reason: 3.5.4 → 3.6.0
    dywedir authored Apr 6, 2020
    Copy the full SHA
    9ec6c6c View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/development/compilers/reason/default.nix
6 changes: 3 additions & 3 deletions pkgs/development/compilers/reason/default.nix
Original file line number Diff line number Diff line change
@@ -4,13 +4,13 @@

stdenv.mkDerivation rec {
name = "ocaml${ocaml.version}-reason-${version}";
version = "3.5.4";
version = "3.6.0";

src = fetchFromGitHub {
owner = "facebook";
repo = "reason";
rev = "e3287476e5c3f0cbcd9dc7ab18d290f81f4afa0c";
sha256 = "02p5d1x6lr7jp9mvgvsas3nnq3a97chxp5q6rl07n5qm61d5b4dl";
rev = "2860cc274b1b5b76a71d0e5190bf67a133d6f809";
sha256 = "05wcg0gfln85spjfgsij818h2sp4y6s8bvdcwmzv0r8jblr8402b";
};

nativeBuildInputs = [ makeWrapper ];