libucl: 0.9.0 -> 0.9.1

This commit is contained in:
R. Ryantm 2024-03-20 23:54:05 +00:00
parent 761426d33e
commit 4835f1ca1c

View File

@ -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 ];