mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-11 06:34:13 +00:00
Merge pull request #275817 from voidcontext/update-scalafmt
scalafmt: 3.7.9 -> 3.7.17
This commit is contained in:
commit
44a6376b28
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user