scalafmt: 2.6.4 → 2.7.5

This commit is contained in:
Fabián Heredia Montiel 2021-07-30 14:11:59 -05:00
parent 40c20baacd
commit 14bcebe828

View file

@ -2,7 +2,7 @@
let
baseName = "scalafmt";
version = "2.6.4";
version = "2.7.5";
deps = stdenv.mkDerivation {
name = "${baseName}-deps-${version}";
buildCommand = ''
@ -13,7 +13,7 @@ let
'';
outputHashMode = "recursive";
outputHashAlgo = "sha256";
outputHash = "1h19rsxsn2piifillv29nwks2k9l391jwygjbfy8pc0ha8yi63mw";
outputHash = "1xvx9bd6lf9m1r5p05d37qnjlzny6xrbkh8m7z4q4rk7i1vl8xv0";
};
in
stdenv.mkDerivation {