Skip to content

Commit

Permalink
simple-build-tool: update to version 0.13.5
Browse files Browse the repository at this point in the history
  • Loading branch information
peti committed Jun 5, 2014
1 parent 3a0b265 commit 7553a47
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
name = "sbt-${version}";
version = "0.13.0";
version = "0.13.5";

src = fetchurl {
url = "http://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/sbt-launch/${version}/sbt-launch.jar";
sha256 = "04s49v5mw4kwz1rmvbf07kq51i2m0lcv60c9i5y524gjj518pk1w";
sha256 = "05zvb3j7xxswpz7fz2nwbl4dwfdf0cyx5xzjis5fyi2dbzmfdrmp";
};

phases = [ "installPhase" ];
Expand All @@ -21,10 +21,10 @@ stdenv.mkDerivation rec {
chmod +x $out/bin/sbt
'';

meta = {
meta = {
homepage = http://www.scala-sbt.org/;
license = stdenv.lib.licenses.bsd3;
description = "A build tool for Scala, Java and more";
maintainers = [ stdenv.lib.maintainers.rickynils ];
};
maintainers = [ stdenv.lib.maintainers.rickynils ];
};
}

0 comments on commit 7553a47

Please sign in to comment.