scalafmt: 2.4.2 -> 2.5.0

This commit is contained in:
Kevin Rauscher 2020-05-01 12:01:39 +02:00
parent 1a70e4ffa6
commit 00834655e6

View File

@ -2,7 +2,7 @@
let
baseName = "scalafmt";
version = "2.4.2";
version = "2.5.0";
deps = stdenv.mkDerivation {
name = "${baseName}-deps-${version}";
buildCommand = ''
@ -13,7 +13,7 @@ let
'';
outputHashMode = "recursive";
outputHashAlgo = "sha256";
outputHash = "0axinxfyycnmxg561n80s90swr6d0pgsw669gvpsk557nhmcclja";
outputHash = "1m7jdgndbjynhl98an6g9gxxpp9bd6p3xqgzfilak8pamjkdwdp4";
};
in
stdenv.mkDerivation {