3
0
Fork 0
forked from mirrors/nixpkgs

scalafmt: 2.0.0 -> 2.0.1

This commit is contained in:
Markus Hauck 2019-08-23 09:28:31 +02:00
parent 6dba65eeba
commit 3257ffc48d

View file

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