scalafmt: 2.3.2 -> 2.4.2

This commit is contained in:
Maximilian Bosch 2020-02-25 22:14:02 +01:00
parent d574fffd6c
commit cf0cc0596e
No known key found for this signature in database
GPG key ID: 091DBF4D1FC46B8E

View file

@ -2,7 +2,7 @@
let
baseName = "scalafmt";
version = "2.3.2";
version = "2.4.2";
deps = stdenv.mkDerivation {
name = "${baseName}-deps-${version}";
buildCommand = ''
@ -13,7 +13,7 @@ let
'';
outputHashMode = "recursive";
outputHashAlgo = "sha256";
outputHash = "0q42qa6k4wqnfj710lcarkg8hv7wpvfhvjh9ygil1ah8936xmj72";
outputHash = "0axinxfyycnmxg561n80s90swr6d0pgsw669gvpsk557nhmcclja";
};
in
stdenv.mkDerivation {