bundler: 1.14.3 -> 1.14.4

This commit is contained in:
Peter Hoeg 2017-02-17 22:48:39 +08:00
parent a9584c9510
commit facb2c0483

View File

@ -4,8 +4,8 @@ buildRubyGem rec {
inherit ruby;
name = "${gemName}-${version}";
gemName = "bundler";
version = "1.14.3";
sha256 = "1znvh83phzvp97l3kcgk9vbwsnq45qc8nrb4dnqv17mrhgcwfqcx";
version = "1.14.4";
sha256 = "1hafmb7p41pm40a2z7f4x5zpgrb72xvgwlvkxnflmzqkvq2prkfv";
dontPatchShebangs = true;
postFixup = ''