rl_json: 0.14 -> 0.15.1
Diff: https://github.com/RubyLane/rl_json/compare/0.14...0.15.1
This commit is contained in:
parent
fcb58d12a8
commit
55f0519012
1 changed files with 4 additions and 2 deletions
|
@ -7,13 +7,13 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "rl_json";
|
||||
version = "0.14";
|
||||
version = "0.15.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "RubyLane";
|
||||
repo = "rl_json";
|
||||
rev = version;
|
||||
hash = "sha256-7xjZQ8F8czrkr7p2Xg1xAZRCsDpiWXHXVxPhG0f9PNg=";
|
||||
hash = "sha256-FkOsdOHPE75bSkKw3cdaech6jAv0f/RJ9tgRVzPSAdA=";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
|
||||
|
@ -40,5 +40,7 @@ stdenv.mkDerivation rec {
|
|||
'';
|
||||
maintainers = with lib.maintainers; [ fgaz ];
|
||||
platforms = lib.platforms.all;
|
||||
# From version 0.15.1: 'endian.h' file not found
|
||||
broken = stdenv.isDarwin;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue