yajl: 2.1.0 -> unstable-2022-04-20

Upstream hasn't been updated since 2015.
The 'containers' organization appears to actively use their own fork.
This commit is contained in:
Kiskae 2023-10-01 20:29:11 +02:00 committed by Alyssa Ross
parent eb3d45c299
commit 208220b5eb

View file

@ -1,14 +1,14 @@
{ lib, stdenv, fetchFromGitHub, cmake }: { lib, stdenv, fetchFromGitHub, cmake }:
stdenv.mkDerivation rec { stdenv.mkDerivation {
pname = "yajl"; pname = "yajl";
version = "2.1.0"; version = "unstable-2022-04-20";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "lloyd"; owner = "containers";
repo = "yajl"; repo = "yajl";
rev = "refs/tags/${version}"; rev = "49923ccb2143e36850bcdeb781e2bcdf5ce22f15";
sha256 = "00yj06drb6izcxfxfqlhimlrb089kka0w0x8k27pyzyiq7qzcvml"; hash = "sha256-9bMPA5FpyBp8fvG/kkT/MnhYtdqg3QzOnmDFXKwJVW0=";
}; };
nativeBuildInputs = [ cmake ]; nativeBuildInputs = [ cmake ];