summary refs log tree commit diff
path: root/pkgs/development/interpreters/ruby/config.nix
blob: c03c0520d7aeee233647fecb0c2709b1372eb748 (plain) (blame)
1
2
3
4
5
6
# Ruby >= 2.1.0 tries to download config.{guess,sub}
fetchgit: fetchgit {
  url = "git://git.sv.gnu.org/config.git";
  rev = "576c839acca0e082e536fd27568b90a446ce5b96";
  sha256 = "11bjngchjhj0qq0ppp8c37rfw0yhp230nvhs2jvlx15i9qbf56a0";
}