scalafmt: 3.0.8 -> 3.2.1

This commit is contained in:
JesusMtnez 2021-12-14 05:30:26 +01:00
parent 2a295f42c8
commit 7506d37157
No known key found for this signature in database
GPG Key ID: D54244C88732F2A1

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 {