We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 285c8ce commit 57fef3dCopy full SHA for 57fef3d
pkgs/development/tools/ammonite/default.nix
@@ -5,12 +5,12 @@
5
with stdenv.lib;
6
stdenv.mkDerivation rec {
7
name = "ammonite-${version}";
8
- version = "1.0.3";
+ version = "1.0.5";
9
scalaVersion = "2.12";
10
11
src = fetchurl {
12
url = "https://github.com/lihaoyi/Ammonite/releases/download/${version}/${scalaVersion}-${version}";
13
- sha256 = "0pa60fy5skx781hwspaskisv8zx0sfddkvprgmwkhfdpz892srwm";
+ sha256 = "10y73a4aaz3530qr9mms1j70c6dxgl9kwvnpbh062gnrbyw34z9l";
14
};
15
16
propagatedBuildInputs = [ jre ] ;
0 commit comments