Merge pull request #275817 from voidcontext/update-scalafmt

scalafmt: 3.7.9 -> 3.7.17
This commit is contained in:
Peder Bergebakken Sundt 2024-06-11 10:59:59 +02:00 committed by GitHub
commit 44a6376b28
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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