about summary refs log tree commit diff
diff options
context:
space:
mode:
authorWilliam A. Kennington III <william@wkennington.com>2015-04-03 23:14:45 -0700
committerWilliam A. Kennington III <william@wkennington.com>2015-04-03 23:18:23 -0700
commit43d114c74b5e945ebfeaf154db664058dc43e61b (patch)
tree612880eb1b0872090206314f9491d71f07feba5b
parent755230967b9a34f6e3c9980c3fb3d4288bc88bb1 (diff)
bundler-head: Fix hash
-rw-r--r--pkgs/development/interpreters/ruby/bundler-head.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/interpreters/ruby/bundler-head.nix b/pkgs/development/interpreters/ruby/bundler-head.nix
index 43a5961aa351a..35b8823d22a76 100644
--- a/pkgs/development/interpreters/ruby/bundler-head.nix
+++ b/pkgs/development/interpreters/ruby/bundler-head.nix
@@ -5,7 +5,7 @@ buildRubyGem {
   src = fetchgit {
     url = "https://github.com/bundler/bundler.git";
     rev = "a2343c9eabf5403d8ffcbca4dea33d18a60fc157";
-    sha256 = "1fywz0m3bb0fmcikhqbw9iaw67k29srwi8dllq6ni1cbm1xfyj46";
+    sha256 = "0q7cjmz1fsrw3yfsr3h274qjamwnw01xgaqq3h5cjbqlrni4iq7k";
     leaveDotGit = true;
   };
   dontPatchShebangs = true;