Merge pull request #154855 from JesusMtnezForks/scalafmt

scalafmt: 3.3.0 -> 3.3.1
This commit is contained in:
Bobby Rong
2022-01-14 10:17:35 +08:00
committed by GitHub
+2 -2
View File
@@ -2,7 +2,7 @@
let
baseName = "scalafmt";
version = "3.3.0";
version = "3.3.1";
deps = stdenv.mkDerivation {
name = "${baseName}-deps-${version}";
buildCommand = ''
@@ -13,7 +13,7 @@ let
'';
outputHashMode = "recursive";
outputHashAlgo = "sha256";
outputHash = "PlLQVNn2HomcR9grqGFgaXYWxg9EU7ihd28wXruZiBs=";
outputHash = "hEfy8hNuWin7mKXs9yD9bEKHCVNuxrz5qasTeLOi1zY=";
};
in
stdenv.mkDerivation {