scalafmt: 3.4.0 -> 3.4.3

This commit is contained in:
JesusMtnez
2022-02-21 06:17:59 +01:00
parent afb9a57ae3
commit 2809b54022
+2 -2
View File
@@ -2,7 +2,7 @@
let
baseName = "scalafmt";
version = "3.4.0";
version = "3.4.3";
deps = stdenv.mkDerivation {
name = "${baseName}-deps-${version}";
buildCommand = ''
@@ -13,7 +13,7 @@ let
'';
outputHashMode = "recursive";
outputHashAlgo = "sha256";
outputHash = "l5F09bjRev2eBHKTMzojC7+USkW7qf3YtA2KSoN7MxM=";
outputHash = "FWGvhKK/VnvetnHS35/z1errYTRZCrcfWyEAHlhKApk=";
};
in
stdenv.mkDerivation {