summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabián Heredia Montiel <fabianhjr@protonmail.com>2021-07-30 14:11:59 -0500
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2021-07-31 07:10:41 +0000
commit6b26ddb57611de37f4b7e91b46518606632e36c7 (patch)
tree06e5d8a66089d07b352f53c2e90a157f883af44e
parentMerge #131892: nix-fallback-paths.nix: 2.3.14 -> 2.3.15 (diff)
downloadnixpkgs-origin/backport-132098-to-release-21.05.tar.gz
(cherry picked from commit 14bcebe82882e4bc2c71c95da4fce1c9d1651575)
-rw-r--r--pkgs/development/tools/scalafmt/default.nix4
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 {