summary refs log tree commit diff
diff options
context:
space:
mode:
authorNikolay Amiantov <ab@fmap.me>2015-02-18 05:05:18 +0300
committerNikolay Amiantov <ab@fmap.me>2015-02-18 19:06:30 +0300
commitaa878ffe944c4c85482ac07a8ffefd251a0ada96 (patch)
tree1ca3aba8402509f6e92779e008e8aef1534ad4ff
parent57a0c44c2c3fecf8e1378fedef687eb730e17569 (diff)
downloadnixlib-aa878ffe944c4c85482ac07a8ffefd251a0ada96.tar
nixlib-aa878ffe944c4c85482ac07a8ffefd251a0ada96.tar.gz
nixlib-aa878ffe944c4c85482ac07a8ffefd251a0ada96.tar.bz2
nixlib-aa878ffe944c4c85482ac07a8ffefd251a0ada96.tar.lz
nixlib-aa878ffe944c4c85482ac07a8ffefd251a0ada96.tar.xz
nixlib-aa878ffe944c4c85482ac07a8ffefd251a0ada96.tar.zst
nixlib-aa878ffe944c4c85482ac07a8ffefd251a0ada96.zip
bundler: 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 2e8cfc8cbf12..43a5961aa351 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 = "1l4r55n1wzr817l225l6pm97li1mxg9icd8s51cpfihh91nkdz68";
+    sha256 = "1fywz0m3bb0fmcikhqbw9iaw67k29srwi8dllq6ni1cbm1xfyj46";
     leaveDotGit = true;
   };
   dontPatchShebangs = true;