3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #86454 from Tomahna/scalafmt

scalafmt: 2.4.2 -> 2.5.0
This commit is contained in:
Jörg Thalheim 2020-05-01 13:00:55 +01:00 committed by GitHub
commit 08fa0f66e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 {