scalafmt: 3.0.0 → 3.0.8

This commit is contained in:
Fabián Heredia Montiel
2021-10-29 17:28:43 -05:00
parent 47b36ad103
commit d6782983d6
+2 -2
View File
@@ -2,7 +2,7 @@
let
baseName = "scalafmt";
version = "3.0.0";
version = "3.0.8";
deps = stdenv.mkDerivation {
name = "${baseName}-deps-${version}";
buildCommand = ''
@@ -13,7 +13,7 @@ let
'';
outputHashMode = "recursive";
outputHashAlgo = "sha256";
outputHash = "fZVOyxswtDtCDDGmGzKbRnM5MVncKaicRKyEdPiXOr8=";
outputHash = "VBU6Jg6Sq3RBy0ym5YbjLjvcfx/85f6wNMmkGVV0W88=";
};
in
stdenv.mkDerivation {