scalafmt: 2.0.0-RC7 -> 2.0.0 (#63961)

This commit is contained in:
Wael Nasreddine 2019-06-30 14:11:18 -07:00 committed by GitHub
commit 4a5c80e7b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
let
baseName = "scalafmt";
version = "2.0.0-RC7";
version = "2.0.0";
deps = stdenv.mkDerivation {
name = "${baseName}-deps-${version}";
buildCommand = ''
@ -13,7 +13,7 @@ let
'';
outputHashMode = "recursive";
outputHashAlgo = "sha256";
outputHash = "0scz3pp63z6xfj69kvsfr8l3ll9rq95j4xlhlyrzg1vfl1gf41ig";
outputHash = "18mf23ssy4lwvsi4pg6m4b003paz5yds5vs7nhl0bfcq57xg6qj1";
};
in
stdenv.mkDerivation rec {