scalafmt: 3.3.1 -> 3.4.0

This commit is contained in:
JesusMtnez
2022-02-02 08:21:35 +01:00
parent 02158e3fa4
commit 42a800dd21
+2 -2
View File
@@ -2,7 +2,7 @@
let
baseName = "scalafmt";
version = "3.3.1";
version = "3.4.0";
deps = stdenv.mkDerivation {
name = "${baseName}-deps-${version}";
buildCommand = ''
@@ -13,7 +13,7 @@ let
'';
outputHashMode = "recursive";
outputHashAlgo = "sha256";
outputHash = "hEfy8hNuWin7mKXs9yD9bEKHCVNuxrz5qasTeLOi1zY=";
outputHash = "l5F09bjRev2eBHKTMzojC7+USkW7qf3YtA2KSoN7MxM=";
};
in
stdenv.mkDerivation {