scalafmt: 3.7.9 -> 3.7.17

This commit is contained in:
Gabor Pihaj 2023-12-21 13:11:17 +00:00
parent 292ea0d917
commit 0347fe6daa
No known key found for this signature in database
GPG Key ID: 369D85A32437F62D

View File

@ -2,7 +2,7 @@
let
baseName = "scalafmt";
version = "3.7.9";
version = "3.7.17";
deps = stdenv.mkDerivation {
name = "${baseName}-deps-${version}";
buildCommand = ''
@ -12,7 +12,7 @@ let
cp $(< deps) $out/share/java/
'';
outputHashMode = "recursive";
outputHash = "sha256-r4vv62H0AryjZb+34fVHvqvndipOYyf6XpQC9u8Dxso=";
outputHash = "sha256-8gK+fOnqwPFBbSWltNKInzXRJQ3WZxPlLqpvuTxF4fk=";
};
in
stdenv.mkDerivation {