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
..
acl2 Adopt fix from ewemoa to give more memory to acl2 build 2014-09-20 12:13:43 +04:00
angelscript Angelscript: update 2.30.0 -> 2.30.1 2015-07-05 00:32:53 +03:00
ceptre ceptre: 2015-08-30 -> 2015-11-20 2015-11-22 14:24:24 +01:00
chibi chibi: Add missing meta.license field. 2014-09-04 17:05:20 +02:00
clisp Add clisp 2.33.2 — for testing SBCL bootstrap 2014-10-18 19:52:59 +04:00
clojure clojure: 1.6.0 -> 1.7.0 2015-10-27 08:11:37 +01:00
dart rename all occurrences of stdenv.cc.gcc to stdenv.cc.cc 2015-01-14 20:27:55 -08:00
eff Added eff-20140928 2014-10-28 17:21:55 +01:00
elixir elixir: 1.0.5 -> 1.1.1 2015-09-29 13:10:39 +02:00
erlang Merge pull request #9182 from greedy/erlang-setup-hook 2015-11-16 13:09:26 +01:00
falcon falcon: update to lastest git revision as the lastest release does not build 2014-09-23 23:52:18 +02:00
gnu-apl gnuapl: latest version doesn't require liblapack 2015-06-11 22:00:13 -05:00
groovy groovy: 2.4.3 -> 2.4.5 and wrap correctly 2015-11-05 20:37:08 +01:00
gtk-server gtk-server: add myself as a maintainer 2015-11-26 08:24:02 +01:00
guile Merge recent master into staging 2014-11-05 15:00:44 +01:00
hugs hugs: set meta.platforms 2015-05-15 21:26:10 +02:00
io Update Io lang to version 2013.12.04 2014-01-14 15:07:31 +01:00
j j: re-implement using mkDerivation 2015-03-24 14:05:25 +01:00
jimtcl Merge recent master into staging 2014-09-13 21:48:29 +02:00
jruby jruby: update 1.7.20.1 -> 1.7.21 2015-07-08 21:38:00 -05:00
jython Add jython 2015-04-24 10:44:33 +01:00
kona kona: bump to 3.21 2015-03-27 19:33:59 +01:00
lolcode LOLcode(version 0.10.5): New Package 2015-02-15 08:58:42 -02:00
love Turn some license strings into lib.licenses values 2014-07-28 11:31:14 +02:00
lua-4 Lua4: adds branch information 2015-01-15 10:28:40 +01:00
lua-5 Adding Lua 5.3, seems to work 2015-06-02 20:32:12 +03:00
luajit nixpkgs: luajit 2.0.3 -> 2.0.4 2015-05-27 16:36:27 -05:00
lush Update lush 2015-04-05 20:27:25 +03:00
maude Fix many package descriptions 2014-08-24 22:31:37 +02:00
mujs musj: 2015-09-15 -> 2015-09-29 2015-10-06 16:29:05 +02:00
nix-exec nix-exec: 4.1.2 -> 4.1.3 bugfix release 2015-11-20 09:16:35 -05:00
octave octave: build with openblas 2015-06-07 14:16:37 -05:00
perl Merge recent staging built on Hydra 2015-12-05 11:11:51 +01:00
php php70: 7.0.0RC6 -> 7.0.0 2015-12-02 12:54:04 +00:00
picoc Replace 'with plaforms; platform' with 'platforms.platform' 2015-11-17 21:30:43 +01:00
picolisp picolisp: 3.1.11 -> 15.11 2015-11-26 08:24:02 +01:00
pure pure: fixed build with gcc 4.9 (ZHF) 2015-07-09 13:52:26 +02:00
pypy pypy: 4.0.0 -> 4.0.1 2015-12-01 11:45:13 +01:00
pyrex Fix Pyrex build 2012-07-18 09:50:36 -04:00
python Merge recent staging built on Hydra 2015-12-05 11:11:51 +01:00
racket racket: don't build docs as it causes failures sometimes 2015-09-02 21:16:20 +02:00
rakudo rakudo: 2014.04 -> 2015.03 2015-04-03 23:18:35 -05:00
rascal Drop unnecessary setting of java.home 2014-01-25 03:04:46 +01:00
regina Update Regina/REXX 2015-05-10 13:46:30 +02:00
renpy Turn some license strings into lib.licenses values 2014-07-28 11:31:14 +02:00
ruby ruby: Fix SHA256 hashes of several versions. 2015-12-08 02:56:29 +01:00
scheme48 Add myself as a maintainer to a bunch of packages. 2014-09-04 17:05:21 +02:00
scsh scsh: 0.6.7 -> 0.7 pre-release 2015-07-21 11:34:13 +02:00
self xlibs: replace occurrences by xorg 2015-09-15 12:54:34 +02:00
spidermonkey spidermonkey: add 31.5 2015-09-08 17:00:34 -07:00
supercollider supercollider: build with gcc48 (ZHF) 2015-07-30 13:09:58 +02:00
tcl tcl/tk: Refactor and add maintainers 2015-04-30 18:49:27 -07:00
xulrunner xulrunner: fix path to configure script 2015-11-08 22:12:06 +01:00