Skip to content

Commit

Permalink
scalafmt: 0.2.3 -> 0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
markus1189 committed Jun 3, 2016
1 parent bac26e0 commit c9da8df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/scalafmt/default.nix
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{ stdenv, fetchurl, unzip, jre }:

stdenv.mkDerivation rec {
version = "0.2.3";
version = "0.2.5";
baseName = "scalafmt";
name = "${baseName}-${version}";

src = fetchurl {
url = "https://github.com/olafurpg/scalafmt/releases/download/v${version}/${baseName}.tar.gz";
sha256 = "0klzm86771wl6d8cq5cf4a4mfz8idcis6wrg0x2ix5rcc5zi0d4d";
sha256 = "07l95xdwgdbdfa91pg1sds82aw3c60gxzdcvdhhhk6a7zwrl73cp";
};

unpackPhase = "tar xvzf $src";
Expand Down

0 comments on commit c9da8df

Please sign in to comment.