about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorDan Peebles <pumpkingod@gmail.com>2015-05-07 01:14:14 -0400
committerDan Peebles <pumpkingod@gmail.com>2015-05-07 01:14:14 -0400
commit5454be28aa919032fbf0a4f3c13891e36750d44b (patch)
treec40b6d1e71b75131adc2a0019b932dd9593a5f50 /pkgs
parent35ddd2543a8f6effed1366166117919493ac5f62 (diff)
downloadnixlib-5454be28aa919032fbf0a4f3c13891e36750d44b.tar
nixlib-5454be28aa919032fbf0a4f3c13891e36750d44b.tar.gz
nixlib-5454be28aa919032fbf0a4f3c13891e36750d44b.tar.bz2
nixlib-5454be28aa919032fbf0a4f3c13891e36750d44b.tar.lz
nixlib-5454be28aa919032fbf0a4f3c13891e36750d44b.tar.xz
nixlib-5454be28aa919032fbf0a4f3c13891e36750d44b.tar.zst
nixlib-5454be28aa919032fbf0a4f3c13891e36750d44b.zip
I suppose this is the 'better' way to fix bundler for now. Ugh
Diffstat (limited to 'pkgs')
-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 35b8823d22a7..3e10a1e4b549 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 = "0q7cjmz1fsrw3yfsr3h274qjamwnw01xgaqq3h5cjbqlrni4iq7k";
+    sha256 = "11pbg71bhp66nyhwk0cpbcn1fhp4amv8sr2vx8dw83dcnqqafn92";
     leaveDotGit = true;
   };
   dontPatchShebangs = true;