about summary refs log tree commit diff
path: root/pkgs/development/interpreters
diff options
context:
space:
mode:
authorNikolay Amiantov <ab@fmap.me>2015-09-04 01:14:50 +0300
committerNikolay Amiantov <ab@fmap.me>2015-09-04 01:14:50 +0300
commitc31a677482bf010d46bdd61cd447fe403b167949 (patch)
tree34ac20d9496edae1a6f9d29d8c41fa394985aeb0 /pkgs/development/interpreters
parent6f3f5f536dd55f757f6cf4c4e9f861a5168e8392 (diff)
downloadnixlib-c31a677482bf010d46bdd61cd447fe403b167949.tar
nixlib-c31a677482bf010d46bdd61cd447fe403b167949.tar.gz
nixlib-c31a677482bf010d46bdd61cd447fe403b167949.tar.bz2
nixlib-c31a677482bf010d46bdd61cd447fe403b167949.tar.lz
nixlib-c31a677482bf010d46bdd61cd447fe403b167949.tar.xz
nixlib-c31a677482bf010d46bdd61cd447fe403b167949.tar.zst
nixlib-c31a677482bf010d46bdd61cd447fe403b167949.zip
Revert "bundler-HEAD: fix checksum"
This reverts commit 9cea5bcf2cb180638e2e5e47692e57387fcbb051.
See https://github.com/NixOS/nixpkgs/commit/9cea5bcf2cb180638e2e5e47692e57387fcbb051#commitcomment-13058505
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 1b63fb422dc2..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 = "06qsai4ac3i2xlr7nbc4anh4cy6jd9jjf3rpj254g9gwshqv0qgr";
+    sha256 = "1p7kzhmicfljy9n7nq3qh6lvrsckiq76ddypf6s55gfh1l98z4k9";
     leaveDotGit = true;
   };
   dontPatchShebangs = true;