scalafmt: 2.0.0-RC7 -> 2.0.0

This commit is contained in:
Wael M. Nasreddine 2019-06-30 13:36:13 -07:00
parent 5b7e3718ee
commit ae20c6836b
No known key found for this signature in database
GPG key ID: FD437548E0BF0F5F

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 {