From 78e6b78bc63d49cb4b8e9a55ad6edec836d5a63a Mon Sep 17 00:00:00 2001 From: Jude Taylor Date: Tue, 28 Jul 2015 12:24:07 -0700 Subject: [PATCH] fix source hashes for cabal2nix and bundler --- pkgs/development/interpreters/ruby/bundler-head.nix | 2 +- pkgs/development/tools/haskell/cabal2nix/default.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/interpreters/ruby/bundler-head.nix b/pkgs/development/interpreters/ruby/bundler-head.nix index 2087485e3ef..0595e9348c7 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 = "1vzm21fc37w89psxfk2fzi64zyb3gyhzr9smd6jk2r2kvgp6d38b"; + sha256 = "1mvyy6ic41m4f56n1026pz9igbryq11mkj3b4hyr0v1siv4r95c4"; leaveDotGit = true; }; dontPatchShebangs = true; diff --git a/pkgs/development/tools/haskell/cabal2nix/default.nix b/pkgs/development/tools/haskell/cabal2nix/default.nix index 3da457bdf76..378e250eb2f 100644 --- a/pkgs/development/tools/haskell/cabal2nix/default.nix +++ b/pkgs/development/tools/haskell/cabal2nix/default.nix @@ -12,7 +12,7 @@ mkDerivation rec { src = fetchgit { url = "http://github.com/NixOS/cabal2nix.git"; rev = "513a5fce6cfabe0b062424f6deb191a12f7e2187"; - sha256 = "1j4x85cqj823d9swi473b4i9rz9wlm9m7c1il73h02dq5i67wida"; + sha256 = "1rsnzgfzw6zrjwwr3a4qbhw4l07pqi9ddm2p9l3sw3agzwmc7z49"; deepClone = true; }; isExecutable = true;