summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Rauscher <kevin.rauscher@tomahna.fr>2020-05-01 12:01:39 +0200
committerKevin Rauscher <kevin.rauscher@tomahna.fr>2020-05-01 12:02:06 +0200
commit00834655e6d9a7ae78a8807a4dedd287869df89b (patch)
tree4f08c917f31a7a19b4af1e26844b17c37e2ec4eb
parentMerge pull request #86097 from zowoq/docker (diff)
downloadnixpkgs-00834655e6d9a7ae78a8807a4dedd287869df89b.tar.gz
scalafmt: 2.4.2 -> 2.5.0
-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 76091926a23f..ec9de0610ea9 100644
--- a/pkgs/development/tools/scalafmt/default.nix
+++ b/pkgs/development/tools/scalafmt/default.nix
@@ -2,7 +2,7 @@
let
baseName = "scalafmt";
- version = "2.4.2";
+ version = "2.5.0";
deps = stdenv.mkDerivation {
name = "${baseName}-deps-${version}";
buildCommand = ''
@@ -13,7 +13,7 @@ let
'';
outputHashMode = "recursive";
outputHashAlgo = "sha256";
- outputHash = "0axinxfyycnmxg561n80s90swr6d0pgsw669gvpsk557nhmcclja";
+ outputHash = "1m7jdgndbjynhl98an6g9gxxpp9bd6p3xqgzfilak8pamjkdwdp4";
};
in
stdenv.mkDerivation {