Merge pull request #305656 from r-ryantm/auto-update/libucl

libucl: 0.9.1 -> 0.9.2
This commit is contained in:
Weijia Wang 2024-04-21 17:29:49 +02:00 committed by GitHub
commit ab4fe2ac7a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,13 +25,13 @@ let
in in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "libucl"; pname = "libucl";
version = "0.9.1"; version = "0.9.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "vstakhov"; owner = "vstakhov";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "sha256-udgsgo6bT7WnUYnAzqHxOtdDg6av3XplptS8H5ukxjo="; sha256 = "sha256-esNEVBa660rl3Oo2SLaLrFThFkjbqtZ1r0tjMq3h6cM=";
}; };
nativeBuildInputs = [ pkg-config autoreconfHook ]; nativeBuildInputs = [ pkg-config autoreconfHook ];