scalafmt: 2.2.2 -> 2.3.2

https://github.com/scalameta/scalafmt/releases/tag/v2.3.2
This commit is contained in:
Maximilian Bosch 2020-01-26 00:30:50 +01:00
parent 258d4b3ca4
commit 7d604b8dd7
No known key found for this signature in database
GPG Key ID: 091DBF4D1FC46B8E

View File

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