Skip to content

Commit

Permalink
bundix: 2.0.8 -> 2.1.0 (#25129)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicknovitski authored and zimbatm committed Apr 23, 2017
1 parent f22d331 commit 37b0be6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions doc/languages-frameworks/ruby.xml
Expand Up @@ -16,8 +16,7 @@ $ cd sensu
$ cat > Gemfile
source 'https://rubygems.org'
gem 'sensu'
$ nix-shell -p bundler --command "bundler package --path /tmp/vendor/bundle"
$ $(nix-build '<nixpkgs>' -A bundix)/bin/bundix
$ $(nix-build '<nixpkgs>' -A bundix)/bin/bundix --magic
$ cat > default.nix
{ lib, bundlerEnv, ruby }:
Expand Down
4 changes: 2 additions & 2 deletions pkgs/development/ruby-modules/bundix/default.nix
Expand Up @@ -5,9 +5,9 @@ buildRubyGem rec {

name = "${gemName}-${version}";
gemName = "bundix";
version = "2.0.8";
version = "2.1.0";

sha256 = "0ikpf2g01izadjpdnc4k2rb9v4g11f1jk2y5alxc7n7rxjkwdc66";
sha256 = "5a073c59dfc7e2367c47e6513fc8914d27e11c08f82bc1103c4793dfb2837bef";

buildInputs = [bundler];

Expand Down

0 comments on commit 37b0be6

Please sign in to comment.