scalafmt: 3.9.6 -> 3.9.7 (#413121)

This commit is contained in:
Jakub Kozłowski 2025-06-02 15:57:31 +02:00 committed by GitHub
commit 401a121c29
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,7 +9,7 @@
let
baseName = "scalafmt";
version = "3.9.6";
version = "3.9.7";
deps = stdenv.mkDerivation {
name = "${baseName}-deps-${version}";
buildCommand = ''
@ -19,7 +19,7 @@ let
cp $(< deps) $out/share/java/
'';
outputHashMode = "recursive";
outputHash = "sha256-qn3by++aYx/azaoDJFQfo8PHyjd3w4qI7g6NMIzLiPE=";
outputHash = "sha256-x1hEJtzZ0DmFDc7X5Tua3F0BcWz/Atm2zmMr7GgfkUM=";
};
in
stdenv.mkDerivation {