bundler: 2.4.7 -> 2.4.8
This commit is contained in:
parent
f29c3dcca0
commit
d23059ce15
1 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@ buildRubyGem rec {
|
|||
inherit ruby;
|
||||
name = "${gemName}-${version}";
|
||||
gemName = "bundler";
|
||||
version = "2.4.7";
|
||||
source.sha256 = "sha256-sZQdZAWJD7PaH8qs+NDWTu5Cd3YBnOGIVs+GOxP9H7k=";
|
||||
version = "2.4.8";
|
||||
source.sha256 = "sha256-/oLW+JPyFz4TIykm4rnOtvZwJ8fxZr/B49bsfZaZoWQ=";
|
||||
dontPatchShebangs = true;
|
||||
|
||||
postFixup = ''
|
||||
|
|
Loading…
Reference in a new issue