mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 04:02:10 +00:00
71981e5356
Diff: https://github.com/ruby-formatter/rufo/compare/v0.16.2...v0.17.0 Changelog: https://github.com/ruby-formatter/rufo/blob/v0.17.0/CHANGELOG.md
13 lines
245 B
Nix
13 lines
245 B
Nix
{
|
|
rufo = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1rqq6mf7fvwvc9m3d5w5ysch3h7z4ml1vvdvy26064fb6lrnn5ai";
|
|
type = "gem";
|
|
};
|
|
version = "0.17.0";
|
|
};
|
|
}
|