Files
nixpkgs/pkgs/development/interpreters
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
..
2015-11-22 14:24:24 +01:00
2015-10-27 08:11:37 +01:00
2015-09-29 13:10:39 +02:00
2015-05-15 21:26:10 +02:00
2015-03-24 14:05:25 +01:00
2015-07-08 21:38:00 -05:00
2015-04-24 10:44:33 +01:00
2015-03-27 19:33:59 +01:00
2015-06-02 20:32:12 +03:00
2015-05-27 16:36:27 -05:00
2015-04-05 20:27:25 +03:00
2015-10-06 16:29:05 +02:00
2015-06-07 14:16:37 -05:00
2015-12-05 11:11:51 +01:00
2015-12-02 12:54:04 +00:00
2015-11-26 08:24:02 +01:00
2015-07-09 13:52:26 +02:00
2015-12-01 11:45:13 +01:00
2015-04-03 23:18:35 -05:00
2015-05-10 13:46:30 +02:00
2015-07-21 11:34:13 +02:00
2015-09-15 12:54:34 +02:00
2015-09-08 17:00:34 -07:00
2015-04-30 18:49:27 -07:00