bundix: 2.3.1 -> 2.4.0 (#51146)

This commit is contained in:
zimbatm 2018-11-27 23:36:30 +01:00 committed by GitHub
parent 6a66add711
commit 798a2a6c97
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.3.1";
version = "2.4.0";
src = fetchFromGitHub {
owner = "manveru";
repo = "bundix";
rev = version;
sha256 = "0ap23abv6chiv7v97ic6b1qf5by6b26as5yrpxg5q7p2giyiv33v";
sha256 = "1lq8nday6031mj7ivnk2wd47v2smz6frnb8xh2yhyhpld045v1rz";
};
buildInputs = [ ruby bundler ];