bundix: 2.4.1 -> 2.4.2

This commit is contained in:
Alyssa Ross 2019-04-17 17:27:16 +01:00
parent bce47ea9d5
commit 27a22f0910
No known key found for this signature in database
GPG Key ID: C4844408C0657052

View File

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