about summary refs log tree commit diff
path: root/pkgs/development/interpreters
diff options
context:
space:
mode:
authorNikolay Amiantov <ab@fmap.me>2015-08-30 18:41:57 +0300
committerNikolay Amiantov <ab@fmap.me>2015-09-03 12:22:12 +0300
commit9cea5bcf2cb180638e2e5e47692e57387fcbb051 (patch)
tree2689c7cee81b46e0534d50922e032718c0a7d483 /pkgs/development/interpreters
parenta536eda82e88dba648572334d9531af8012fdf59 (diff)
downloadnixlib-9cea5bcf2cb180638e2e5e47692e57387fcbb051.tar
nixlib-9cea5bcf2cb180638e2e5e47692e57387fcbb051.tar.gz
nixlib-9cea5bcf2cb180638e2e5e47692e57387fcbb051.tar.bz2
nixlib-9cea5bcf2cb180638e2e5e47692e57387fcbb051.tar.lz
nixlib-9cea5bcf2cb180638e2e5e47692e57387fcbb051.tar.xz
nixlib-9cea5bcf2cb180638e2e5e47692e57387fcbb051.tar.zst
nixlib-9cea5bcf2cb180638e2e5e47692e57387fcbb051.zip
bundler-HEAD: fix checksum
Related to #8567
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 0aa6e9f90ce1..1b63fb422dc2 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 = "1p7kzhmicfljy9n7nq3qh6lvrsckiq76ddypf6s55gfh1l98z4k9";
+    sha256 = "06qsai4ac3i2xlr7nbc4anh4cy6jd9jjf3rpj254g9gwshqv0qgr";
     leaveDotGit = true;
   };
   dontPatchShebangs = true;