libucl: 0.9.2 -> 0.9.3

This commit is contained in:
R. Ryantm
2025-12-09 13:58:14 +00:00
parent 77bb04cd4b
commit 8d85ff7685
+2 -2
View File
@@ -27,13 +27,13 @@ let
in
stdenv.mkDerivation rec {
pname = "libucl";
version = "0.9.2";
version = "0.9.3";
src = fetchFromGitHub {
owner = "vstakhov";
repo = "libucl";
rev = version;
sha256 = "sha256-esNEVBa660rl3Oo2SLaLrFThFkjbqtZ1r0tjMq3h6cM=";
sha256 = "sha256-dub829xZ10sJ5qwegYUiGoyAVLiwg44GKSzz+BMLJis=";
};
nativeBuildInputs = [