Merge pull request #143766 from LibreCybernetics/update-scalafmt

scalafmt: 3.0.0 → 3.0.8
This commit is contained in:
Kevin Cox 2021-10-31 11:34:38 -04:00 committed by GitHub
commit aa47097e2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
let
baseName = "scalafmt";
version = "3.0.0";
version = "3.0.8";
deps = stdenv.mkDerivation {
name = "${baseName}-deps-${version}";
buildCommand = ''
@ -13,7 +13,7 @@ let
'';
outputHashMode = "recursive";
outputHashAlgo = "sha256";
outputHash = "fZVOyxswtDtCDDGmGzKbRnM5MVncKaicRKyEdPiXOr8=";
outputHash = "VBU6Jg6Sq3RBy0ym5YbjLjvcfx/85f6wNMmkGVV0W88=";
};
in
stdenv.mkDerivation {