bundix: 2.0.8 -> 2.1.0 (#25129)
This commit is contained in:
parent
f22d331279
commit
37b0be688d
@ -16,8 +16,7 @@ $ cd sensu
|
|||||||
$ cat > Gemfile
|
$ cat > Gemfile
|
||||||
source 'https://rubygems.org'
|
source 'https://rubygems.org'
|
||||||
gem 'sensu'
|
gem 'sensu'
|
||||||
$ nix-shell -p bundler --command "bundler package --path /tmp/vendor/bundle"
|
$ $(nix-build '<nixpkgs>' -A bundix)/bin/bundix --magic
|
||||||
$ $(nix-build '<nixpkgs>' -A bundix)/bin/bundix
|
|
||||||
$ cat > default.nix
|
$ cat > default.nix
|
||||||
{ lib, bundlerEnv, ruby }:
|
{ lib, bundlerEnv, ruby }:
|
||||||
|
|
||||||
|
@ -5,9 +5,9 @@ buildRubyGem rec {
|
|||||||
|
|
||||||
name = "${gemName}-${version}";
|
name = "${gemName}-${version}";
|
||||||
gemName = "bundix";
|
gemName = "bundix";
|
||||||
version = "2.0.8";
|
version = "2.1.0";
|
||||||
|
|
||||||
sha256 = "0ikpf2g01izadjpdnc4k2rb9v4g11f1jk2y5alxc7n7rxjkwdc66";
|
sha256 = "5a073c59dfc7e2367c47e6513fc8914d27e11c08f82bc1103c4793dfb2837bef";
|
||||||
|
|
||||||
buildInputs = [bundler];
|
buildInputs = [bundler];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user