nixpkgs-suyu/pkgs
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
..
applications dropbox-cli: 2015.02.12 -> 2015.10.28, fixes #11538 2015-12-08 02:13:11 +01:00
build-support melpaBuild: add unpackCmd for single-file packages 2015-12-06 11:50:10 -06:00
data man-pages-posix: correct meta.homepage 2015-12-06 23:44:13 +01:00
desktops gpaste: 3.16.3 → 3.18.2 2015-12-04 20:39:19 +01:00
development ruby: Fix SHA256 hashes of several versions. 2015-12-08 02:56:29 +01:00
games openttd: 1.5.2 -> 1.5.3 2015-12-06 16:59:55 +01:00
misc nix-prefetch-scripts: Split into multiple derivations 2015-12-04 14:38:41 +02:00
os-specific systemd: Update to 228 2015-12-07 20:25:53 +01:00
servers Merge branch 'mariadb-10.1.9' of git://github.com/ryantrinkle/nixpkgs 2015-12-07 13:43:49 -05:00
shells zsh: 5.1.1 -> 5.2 2015-12-05 17:07:41 +01:00
stdenv Merge recent staging built on Hydra 2015-12-05 11:11:51 +01:00
test
tools libtorrent: fix evaluation 2015-12-07 22:39:39 +01:00
top-level Merge pull request #11531 from oxij/rtorrent-merge-and-cleanup 2015-12-07 19:01:52 +01:00