nixpkgs/pkgs/development/interpreters/ruby
aszlig 6945557dba
ruby: Fix SHA256 hashes of several versions.
According to @zimbatm, he got the SHA256 hashes via nix-prefetch-git.

However, fetchFromGitHub doesn't use Git to fetch the sources but uses
fetchzip under the hood, so we get plain source directories in the Nix
store, which in turn are hashed.

Tested by:

nix-build --no-out-link -E 'map (x:
    (builtins.getAttr x (import ./.  {})).src
) [ "ruby_1_9_3" "ruby_2_0_0" "ruby_2_1_0" "ruby_2_1_1" "ruby_2_1_2"
    "ruby_2_1_3" "ruby_2_1_6" "ruby_2_1_7" "ruby_2_2_0" "ruby_2_2_2"
    "ruby_2_2_3"
]'

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-12-08 02:56:29 +01:00
..
bundix bundix: 1.0.2 -> 1.0.3 2015-04-15 19:07:09 -04:00
bundler-env Merge pull request #10535 from roblabla/feature-updateGitlab8.0.5 2015-12-04 16:30:09 +03:00
bitperfect-rdoc.patch Make most of Ruby Gem builds repeatable 2013-06-21 18:22:07 +03:00
bundler-head.nix update bundler-head SHA256 2015-10-01 08:58:28 -07:00
bundler.nix Merge commit 'a6f6c0e' into master.upstream 2015-09-15 12:16:49 -07:00
config.nix ruby: use fetchFromSavannah to enable better availability for proxied users. 2015-08-28 07:45:49 +02:00
default.nix ruby: Fix SHA256 hashes of several versions. 2015-12-08 02:56:29 +01:00
gem.nix ruby: support for proper bundler installs 2015-01-19 20:02:47 -05:00
gem_hook.patch Rework ruby gems 2011-01-21 08:24:52 +00:00
load-ruby-env.nix ruby: allow for overriding the src 2015-01-15 20:58:05 -05:00
patches.nix Minor fix for broken ruby evaluation and libiconv 2015-02-17 21:39:29 -05:00
patchsets.nix ruby: update railsexpress patchsets, fixes #11347 2015-12-07 15:37:55 +01:00
ruby19-parallel-install.patch Ruby 1.9: update and reenable parallel build, since there's a chance it was fixed. 2013-06-11 00:59:26 +03:00
rubygems.nix all-packages: Use callPackage where possible 2015-09-14 22:27:19 -06:00
rvm-patchsets.nix ruby: update railsexpress patchsets, fixes #11347 2015-12-07 15:37:55 +01:00