about summary refs log tree commit diff
path: root/pkgs/development/interpreters
diff options
context:
space:
mode:
authorJude Taylor <me@jude.bio>2015-08-21 12:00:35 -0700
committerJude Taylor <me@jude.bio>2015-08-21 12:00:35 -0700
commit65dd3495747985d922437b4b841fcd4124d89609 (patch)
tree3e173a02c193c5795a0303426d6c4e0564907c3b /pkgs/development/interpreters
parente1fe23a4be4550ccd38e5e13052213bb14e21b18 (diff)
downloadnixlib-65dd3495747985d922437b4b841fcd4124d89609.tar
nixlib-65dd3495747985d922437b4b841fcd4124d89609.tar.gz
nixlib-65dd3495747985d922437b4b841fcd4124d89609.tar.bz2
nixlib-65dd3495747985d922437b4b841fcd4124d89609.tar.lz
nixlib-65dd3495747985d922437b4b841fcd4124d89609.tar.xz
nixlib-65dd3495747985d922437b4b841fcd4124d89609.tar.zst
nixlib-65dd3495747985d922437b4b841fcd4124d89609.zip
update mysteriously varying git hashes
Diffstat (limited to 'pkgs/development/interpreters')
-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 c8e981a4735b..0aa6e9f90ce1 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 = "1mvyy6ic41m4f56n1026pz9igbryq11mkj3b4hyr0v1siv4r95c4";
+    sha256 = "1p7kzhmicfljy9n7nq3qh6lvrsckiq76ddypf6s55gfh1l98z4k9";
     leaveDotGit = true;
   };
   dontPatchShebangs = true;