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:
Francesco Gazzetta 2024-02-13 11:47:53 +01:00
parent fcb58d12a8
commit 55f0519012

@ -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;
};
}