1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

bundler: update

This commit is contained in:
Nikolay Amiantov 2015-04-02 14:44:33 +03:00
parent ca8688f376
commit 250a39dc79

View file

@ -1,8 +1,8 @@
{ buildRubyGem, coreutils }:
buildRubyGem {
name = "bundler-1.7.9";
sha256 = "1gd201rh17xykab9pbqp0dkxfm7b9jri02llyvmrc0c5bz2vhycm";
name = "bundler-1.9.2";
sha256 = "0ck9bnqg7miimggj1d6qlabrsa5h9yaw241fqn15cvqh915209zk";
dontPatchShebangs = true;
postInstall = ''
find $out -type f -perm +0100 | while read f; do