summary refs log tree commit diff
path: root/pkgs/development/ruby-modules/bundix
diff options
context:
space:
mode:
authorzimbatm <zimbatm@zimbatm.com>2018-12-07 17:49:33 +0100
committerGitHub <noreply@github.com>2018-12-07 17:49:33 +0100
commit4a8d0927e18267794c14ed63d790a42da27da74c (patch)
tree7aa868b4b77a2ca3e9215181259834211dfbcaa6 /pkgs/development/ruby-modules/bundix
parent74d0b82f29cbc82e2a35e5a684a947f067851f70 (diff)
downloadnixpkgs-4a8d0927e18267794c14ed63d790a42da27da74c.tar
nixpkgs-4a8d0927e18267794c14ed63d790a42da27da74c.tar.gz
nixpkgs-4a8d0927e18267794c14ed63d790a42da27da74c.tar.bz2
nixpkgs-4a8d0927e18267794c14ed63d790a42da27da74c.tar.lz
nixpkgs-4a8d0927e18267794c14ed63d790a42da27da74c.tar.xz
nixpkgs-4a8d0927e18267794c14ed63d790a42da27da74c.tar.zst
nixpkgs-4a8d0927e18267794c14ed63d790a42da27da74c.zip
bundix: 2.4.0 -> 2.4.1 (#51660)
fixes #51656
Diffstat (limited to 'pkgs/development/ruby-modules/bundix')
-rw-r--r--pkgs/development/ruby-modules/bundix/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/ruby-modules/bundix/default.nix b/pkgs/development/ruby-modules/bundix/default.nix
index d0782513c75..45be83f6ebe 100644
--- a/pkgs/development/ruby-modules/bundix/default.nix
+++ b/pkgs/development/ruby-modules/bundix/default.nix
@@ -6,13 +6,13 @@ buildRubyGem rec {
 
   name = "${gemName}-${version}";
   gemName = "bundix";
-  version = "2.4.0";
+  version = "2.4.1";
 
   src = fetchFromGitHub {
     owner = "manveru";
     repo = "bundix";
     rev = version;
-    sha256 = "1lq8nday6031mj7ivnk2wd47v2smz6frnb8xh2yhyhpld045v1rz";
+    sha256 = "175qmv7dj7v50v71b78dzn5pb4a35ml6p15asks9q1rrlkz0n4gn";
   };
 
   buildInputs = [ ruby bundler ];