Merge pull request #132098 from LibreCybernetics/upgrade-scalafmt

scalafmt: 2.6.4 → 2.7.5
This commit is contained in:
Ben Siraphob 2021-07-31 14:07:06 +07:00 committed by GitHub
commit 3473915a71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 {