mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 23:20:55 +00:00
Merge pull request #125747 from ratsclub/master
This commit is contained in:
commit
32e38027aa
|
@ -8431,6 +8431,12 @@
|
|||
githubId = 1891350;
|
||||
name = "Michael Raskin";
|
||||
};
|
||||
ratsclub = {
|
||||
email = "victor@freire.dev.br";
|
||||
github = "ratsclub";
|
||||
githubId = 25647735;
|
||||
name = "Victor Freire";
|
||||
};
|
||||
ravloony = {
|
||||
email = "ravloony@gmail.com";
|
||||
name = "Tom Macdonald";
|
||||
|
|
|
@ -33,10 +33,17 @@ let self = dotnetPackages // overrides; dotnetPackages = with self; {
|
|||
|
||||
Fantomas = fetchNuGet {
|
||||
baseName = "Fantomas";
|
||||
version = "1.6.0";
|
||||
sha256 = "1b9rd3i76b5xzv0j62dvfr1ksdwvb59vxw6jhzpi018axjn6757q";
|
||||
version = "4.4.0";
|
||||
sha256 = "cYz0ewJdK9nRlMKmigk3IENfOXvJRhXJfLXshaqgZ6o=";
|
||||
outputFiles = [ "lib/*" ];
|
||||
dllFiles = [ "Fantomas*.dll" ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "FSharp source code formatter";
|
||||
homepage = "https://github.com/fsprojects/fantomas";
|
||||
license = licenses.asl20;
|
||||
maintainers = [ maintainers.ratsclub ];
|
||||
};
|
||||
};
|
||||
|
||||
FSharpCompilerCodeDom = fetchNuGet {
|
||||
|
|
Loading…
Reference in a new issue