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

Commits on Jan 25, 2017

  1. Copy the full SHA
    4908138 View commit details

Commits on Jan 26, 2017

  1. Merge pull request #22153 from NeQuissimus/ammonite_0_8_2

    ammonite-repl: 0.8.1 -> 0.8.2
    NeQuissimus authored Jan 26, 2017
    Copy the full SHA
    1c3b906 View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/development/tools/ammonite/default.nix
6 changes: 3 additions & 3 deletions pkgs/development/tools/ammonite/default.nix
Original file line number Diff line number Diff line change
@@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
name = "ammonite-repl-${version}";
version = "0.8.1";
version = "0.8.2";

src = fetchurl {
url = "https://github.com/lihaoyi/Ammonite/releases/download/${version}/${version}";
sha256 = "0xwy05yfqr1dfypka9wnm60wm0q60kmckzxfp5x79aib94f5ds51";
url = "https://github.com/lihaoyi/Ammonite/releases/download/${version}/2.12-${version}";
sha256 = "0fgwqdvk0nljd6xm16r8qdhjcp7ix4vx91w5ab856hllf4911120";
};

propagatedBuildInputs = [ jre ] ;