bundix: update

+8 -9
+1 -1
pkgs/development/interpreters/ruby/bundix/Gemfile
··· 1 1 source "http://rubygems.org" 2 2 gem "bundix", 3 3 :git => "https://github.com/cstrahan/bundix.git", 4 - :ref => "5df25b11b5b86e636754d54c2a8859c7c6ec78c7" 4 + :ref => "v1.0.2"
+3 -4
pkgs/development/interpreters/ruby/bundix/Gemfile.lock
··· 1 1 GIT 2 2 remote: https://github.com/cstrahan/bundix.git 3 - revision: 5df25b11b5b86e636754d54c2a8859c7c6ec78c7 4 - ref: 5df25b11b5b86e636754d54c2a8859c7c6ec78c7 3 + revision: e098b8c04087079c897aaf9542990e9fdd503bcf 4 + ref: v1.0.2 5 5 specs: 6 - bundix (0.1.0) 7 - bundler (~> 1.7.9) 6 + bundix (1.0.2) 8 7 thor (~> 0.19.1) 9 8 10 9 GEM
+4 -4
pkgs/development/interpreters/ruby/bundix/gemset.nix
··· 1 1 { 2 2 "bundix" = { 3 - version = "0.1.0"; 3 + version = "1.0.2"; 4 4 source = { 5 5 type = "git"; 6 6 url = "https://github.com/cstrahan/bundix.git"; 7 - rev = "5df25b11b5b86e636754d54c2a8859c7c6ec78c7"; 7 + rev = "e098b8c04087079c897aaf9542990e9fdd503bcf"; 8 + sha256 = "0www8srjqlxy1pzn2b6himy5y768dni54m7rv67gj8yvx48vd803"; 8 9 fetchSubmodules = false; 9 - sha256 = "1iqx12y777v8gszggj25x0xcf6lzllx58lmv53x6zy3jmvfh4siv"; 10 10 }; 11 11 dependencies = [ 12 12 "thor" ··· 19 19 sha256 = "08p5gx18yrbnwc6xc0mxvsfaxzgy2y9i78xq7ds0qmdm67q39y4z"; 20 20 }; 21 21 }; 22 - } 22 + }