mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
Revert "rubygems: 2.4.8 -> 2.5.2"
This reverts commit 7e8faf022f
.
This breaks the rake call in gitlab see
https://github.com/NixOS/nixpkgs/pull/13468#issuecomment-191286066
This commit is contained in:
parent
b4077af972
commit
5936d6dbbb
@ -2,10 +2,10 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "rubygems-${version}";
|
name = "rubygems-${version}";
|
||||||
version = "2.5.2";
|
version = "2.4.8";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://production.cf.rubygems.org/rubygems/${name}.tgz";
|
url = "http://production.cf.rubygems.org/rubygems/${name}.tgz";
|
||||||
sha256 = "1jpcmvjfpj2m0jh23371ghfj95gh4jliihzrj5ln0x2cl1pwwwai";
|
sha256 = "0pl4civyf0vhqsqbqaivvxrb3fsg8sid9a8jv5vfnk4hypz3ahss";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [ ./gem_hook.patch ];
|
patches = [ ./gem_hook.patch ];
|
||||||
|
Loading…
Reference in New Issue
Block a user