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

Commits on Jun 2, 2017

  1. ammonite: 0.9.5 -> 0.9.6

    NeQuissimus committed Jun 2, 2017
    Copy the full SHA
    d605193 View commit details
  2. Merge pull request #26323 from NeQuissimus/ammonite_0_9_6

    ammonite: 0.9.5 -> 0.9.6
    Mic92 authored Jun 2, 2017
    Copy the full SHA
    6f6d8fa View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/tools/ammonite/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/tools/ammonite/default.nix
Original file line number Diff line number Diff line change
@@ -2,12 +2,12 @@

stdenv.mkDerivation rec {
name = "ammonite-${version}";
version = "0.9.5";
version = "0.9.6";
scalaVersion = "2.12";

src = fetchurl {
url = "https://github.com/lihaoyi/Ammonite/releases/download/${version}/${scalaVersion}-${version}";
sha256 = "1ni829qpdm5wflc1n827b9ywpv836r2068rmj9yd2nyh8b6q2him";
sha256 = "113h8i2i6mlm4f4r2wfj9bggg46lpvamdw3c112qji2y74iriljq";
};

propagatedBuildInputs = [ jre ] ;