summary refs log tree commit diff
path: root/pkgs/development/interpreters
diff options
context:
space:
mode:
authorMichael Fellinger <m.fellinger@gmail.com>2016-02-12 09:56:02 +0100
committerMichael Fellinger <m.fellinger@gmail.com>2016-02-12 09:56:02 +0100
commitb9c13dcbc7c512194d98926a82afba4e70fcc2f0 (patch)
tree44588749017a56d4ce660749abe3fa55cf6ed377 /pkgs/development/interpreters
parent5d3708ae66749305fe51be3fd5e4207a4c957d84 (diff)
downloadnixlib-b9c13dcbc7c512194d98926a82afba4e70fcc2f0.tar
nixlib-b9c13dcbc7c512194d98926a82afba4e70fcc2f0.tar.gz
nixlib-b9c13dcbc7c512194d98926a82afba4e70fcc2f0.tar.bz2
nixlib-b9c13dcbc7c512194d98926a82afba4e70fcc2f0.tar.lz
nixlib-b9c13dcbc7c512194d98926a82afba4e70fcc2f0.tar.xz
nixlib-b9c13dcbc7c512194d98926a82afba4e70fcc2f0.tar.zst
nixlib-b9c13dcbc7c512194d98926a82afba4e70fcc2f0.zip
bundix: 2.0.4 -> 2.0.5
Fixes issue with the -d flag creating duplicated `dependencies` properties.
Diffstat (limited to 'pkgs/development/interpreters')
-rw-r--r--pkgs/development/interpreters/ruby/bundix/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/interpreters/ruby/bundix/default.nix b/pkgs/development/interpreters/ruby/bundix/default.nix
index 88679f74753d..245090e66e1a 100644
--- a/pkgs/development/interpreters/ruby/bundix/default.nix
+++ b/pkgs/development/interpreters/ruby/bundix/default.nix
@@ -5,9 +5,9 @@ buildRubyGem rec {
 
   name = "${gemName}-${version}";
   gemName = "bundix";
-  version = "2.0.4";
+  version = "2.0.5";
 
-  sha256 = "0i7fdxi6w29yxnblpckczazb79m5x03hja8sfnabndg4yjc868qs";
+  sha256 = "0bsynhr44jz6nih0xn7v32h1qvywnb5335ka208gn7jp6bjwabhy";
 
   buildInputs = [bundler];