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

libucl: 0.8.1 -> 0.8.2
This commit is contained in:
Weijia Wang 2023-01-23 21:27:12 +01:00 committed by GitHub
commit 772a09e0b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,13 +25,13 @@ let
in
stdenv.mkDerivation rec {
pname = "libucl";
version = "0.8.1";
version = "0.8.2";
src = fetchFromGitHub {
owner = "vstakhov";
repo = pname;
rev = version;
sha256 = "1h52ldxankyhbbm1qbqz1f2q0j03c1b4mig7343bs3mc6fpm18gf";
sha256 = "sha256-rpTc0gq8HquDow4NEkRSjyESEMrv8dAhX98yKKu/Fsk=";
};
nativeBuildInputs = [ pkg-config autoreconfHook ];