3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #92492 from Tomahna/scalafmt

scalafmt: 2.5.2 -> 2.6.2
This commit is contained in:
Maximilian Bosch 2020-07-06 21:03:23 +02:00 committed by GitHub
commit 146e96d9ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
let
baseName = "scalafmt";
version = "2.5.2";
version = "2.6.2";
deps = stdenv.mkDerivation {
name = "${baseName}-deps-${version}";
buildCommand = ''
@ -13,7 +13,7 @@ let
'';
outputHashMode = "recursive";
outputHashAlgo = "sha256";
outputHash = "14sfpzhd7r8srl9qyrdfqwmgrircqsgrr5hwvg8h1vaiwakq7m00";
outputHash = "1q2bsc6vqgbgzg8hcz8pn6vl3263ghjfbkn93vijvmz0ivc806j4";
};
in
stdenv.mkDerivation {