summary refs log tree commit diff
diff options
context:
space:
mode:
authorNikolay Amiantov <ab@fmap.me>2015-02-18 20:08:59 +0300
committerNikolay Amiantov <ab@fmap.me>2015-02-18 20:08:59 +0300
commitd9d07717695867205001ad02585f9026854dadb0 (patch)
tree7eeb17212a9402aaee8e22de5c5d464791c2ce7b
parentc5a71157215fb009b7230311f8d0e8301c49efc9 (diff)
parentc6e0178d40a76b606ae83884e7e3e844de43e22b (diff)
downloadnixlib-d9d07717695867205001ad02585f9026854dadb0.tar
nixlib-d9d07717695867205001ad02585f9026854dadb0.tar.gz
nixlib-d9d07717695867205001ad02585f9026854dadb0.tar.bz2
nixlib-d9d07717695867205001ad02585f9026854dadb0.tar.lz
nixlib-d9d07717695867205001ad02585f9026854dadb0.tar.xz
nixlib-d9d07717695867205001ad02585f9026854dadb0.tar.zst
nixlib-d9d07717695867205001ad02585f9026854dadb0.zip
Merge pull request #6434 from abbradar/bundler-checksum
bundler and gitlab; fix checksums
-rw-r--r--pkgs/applications/version-management/gitlab/default.nix2
-rw-r--r--pkgs/development/interpreters/ruby/bundler-head.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/version-management/gitlab/default.nix b/pkgs/applications/version-management/gitlab/default.nix
index 34a7c601cac4..4f75bb94a299 100644
--- a/pkgs/applications/version-management/gitlab/default.nix
+++ b/pkgs/applications/version-management/gitlab/default.nix
@@ -7,7 +7,7 @@ let
     url = "https://github.com/gitlabhq/gitlabhq.git";
     rev = "477743a154e85c411e8a533980abce460b5669fc";
     fetchSubmodules = false;
-    sha256 = "0jl1w9d46v8hc27h9s380ha07m3fd2zpflj4q9vywwcf570ahj7x";
+    sha256 = "1gk77j886w6zvw5cawpgja6f87qirmjx7y4g5i3psxm4j67llxdp";
   };
 
   env = bundlerEnv {
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;