bundix: 2.4.0 -> 2.4.1 (#51660)

fixes #51656
This commit is contained in:
zimbatm 2018-12-07 17:49:33 +01:00 committed by GitHub
parent 74d0b82f29
commit 4a8d0927e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,13 +6,13 @@ buildRubyGem rec {
name = "${gemName}-${version}";
gemName = "bundix";
version = "2.4.0";
version = "2.4.1";
src = fetchFromGitHub {
owner = "manveru";
repo = "bundix";
rev = version;
sha256 = "1lq8nday6031mj7ivnk2wd47v2smz6frnb8xh2yhyhpld045v1rz";
sha256 = "175qmv7dj7v50v71b78dzn5pb4a35ml6p15asks9q1rrlkz0n4gn";
};
buildInputs = [ ruby bundler ];