nixpkgs/pkgs/development/interpreters/ruby/bundler.nix

8 lines
157 B
Nix
Raw Normal View History

2014-10-30 18:44:57 -07:00
{ buildRubyGem }:
buildRubyGem {
name = "bundler-1.7.4";
sha256 = "122k07z60780mr00zfbbw04v9xlw1fhxjsx4g2rbm66hxlnlnh89";
dontPatchShebangs = true;
}