Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
ammonite: 1.1.2 -> 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarvarto committed Sep 10, 2018
1 parent b58a230 commit 08b8923
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/ammonite/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
with stdenv.lib;
stdenv.mkDerivation rec {
name = "ammonite-${version}";
version = "1.1.2";
version = "1.2.0";
scalaVersion = "2.12";

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

propagatedBuildInputs = [ jre ] ;
Expand Down

0 comments on commit 08b8923

Please sign in to comment.