Skip to content

Commit

Permalink
scalafmt: 0.4.10 -> 0.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
markus1189 authored and rycee committed Feb 12, 2017
1 parent 31eba21 commit 06bacb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/scalafmt/default.nix
@@ -1,13 +1,13 @@
{ stdenv, fetchurl, unzip, jre }:

stdenv.mkDerivation rec {
version = "0.4.10";
version = "0.5.6";
baseName = "scalafmt";
name = "${baseName}-${version}";

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

unpackPhase = "tar xvzf $src";
Expand Down

0 comments on commit 06bacb1

Please sign in to comment.