Skip to content

Commit

Permalink
scalafmt: 0.6.7 -> 0.6.8 (#24699)
Browse files Browse the repository at this point in the history
  • Loading branch information
markus1189 authored and joachifm committed Apr 7, 2017
1 parent 67d735e commit 370452e
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.6.7";
version = "0.6.8";
baseName = "scalafmt";
name = "${baseName}-${version}";

src = fetchurl {
url = "https://github.com/scalameta/scalafmt/releases/download/v${version}/${baseName}.tar.gz";

This comment has been minimized.

Copy link
@olafurpg

olafurpg Apr 23, 2017

FYI @markus1189 this installation path will no longer be available, see https://github.com/scalameta/scalafmt/releases/tag/v0.7.0-RC1

This comment has been minimized.

Copy link
@markus1189

markus1189 Apr 23, 2017

Author Contributor

@olafurpg thanks for the ping :)

sha256 = "122x4a5x8024s7qqqs7vx8kz1x18q2l6alcvpzvsqkc304ybhfmh";
sha256 = "1iaanrxk5lhxx1zj9gbxzgqbnyy1azfrab984mga7di5z1hs02s2";
};

unpackPhase = "tar xvzf $src";
Expand Down

0 comments on commit 370452e

Please sign in to comment.