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
1 changed files with 2 additions and 2 deletions

View File

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