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

libucl: 0.9.0 -> 0.9.1
This commit is contained in:
Weijia Wang
2024-04-01 00:35:13 +02:00
committed by GitHub
@@ -25,13 +25,13 @@ let
in
stdenv.mkDerivation rec {
pname = "libucl";
version = "0.9.0";
version = "0.9.1";
src = fetchFromGitHub {
owner = "vstakhov";
repo = pname;
rev = version;
sha256 = "sha256-uMkILLG2SC+Q+w7jb0PMsaTET2z1V9Ar0lQhXS1K2+g=";
sha256 = "sha256-udgsgo6bT7WnUYnAzqHxOtdDg6av3XplptS8H5ukxjo=";
};
nativeBuildInputs = [ pkg-config autoreconfHook ];