diff options
| author | Fabián Heredia Montiel <fabianhjr@protonmail.com> | 2021-07-30 14:11:59 -0500 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2021-07-31 07:10:41 +0000 |
| commit | 6b26ddb57611de37f4b7e91b46518606632e36c7 (patch) | |
| tree | 06e5d8a66089d07b352f53c2e90a157f883af44e | |
| parent | Merge #131892: nix-fallback-paths.nix: 2.3.14 -> 2.3.15 (diff) | |
| download | nixpkgs-origin/backport-132098-to-release-21.05.tar.gz | |
scalafmt: 2.6.4 → 2.7.5origin/backport-132098-to-release-21.05
(cherry picked from commit 14bcebe82882e4bc2c71c95da4fce1c9d1651575)
| -rw-r--r-- | pkgs/development/tools/scalafmt/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/scalafmt/default.nix b/pkgs/development/tools/scalafmt/default.nix index 45efd813a38b..78cca4b7ae5d 100644 --- a/pkgs/development/tools/scalafmt/default.nix +++ b/pkgs/development/tools/scalafmt/default.nix @@ -2,7 +2,7 @@ let baseName = "scalafmt"; - version = "2.6.4"; + version = "2.7.5"; deps = stdenv.mkDerivation { name = "${baseName}-deps-${version}"; buildCommand = '' @@ -13,7 +13,7 @@ let ''; outputHashMode = "recursive"; outputHashAlgo = "sha256"; - outputHash = "1h19rsxsn2piifillv29nwks2k9l391jwygjbfy8pc0ha8yi63mw"; + outputHash = "1xvx9bd6lf9m1r5p05d37qnjlzny6xrbkh8m7z4q4rk7i1vl8xv0"; }; in stdenv.mkDerivation { |
