Merge pull request #150636 from JesusMtnezForks/scalafmt

scalafmt: 3.0.8 -> 3.2.1
This commit is contained in:
Bobby Rong 2021-12-17 14:40:21 +08:00 committed by GitHub
commit 14435c7c4e
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.8";
version = "3.2.1";
deps = stdenv.mkDerivation {
name = "${baseName}-deps-${version}";
buildCommand = ''
@ -13,7 +13,7 @@ let
'';
outputHashMode = "recursive";
outputHashAlgo = "sha256";
outputHash = "VBU6Jg6Sq3RBy0ym5YbjLjvcfx/85f6wNMmkGVV0W88=";
outputHash = "v1IODq88Wpjm7IxSKmD9Nub3r4XNP+jNT0A6ApX3Cas=";
};
in
stdenv.mkDerivation {