unqlite: 1.1.9 -> 1.2.1

This commit is contained in:
Thomas Butter
2026-06-23 07:02:40 +00:00
parent ea260c3cc9
commit b67e0da944
@@ -7,22 +7,17 @@
stdenv.mkDerivation rec {
pname = "unqlite";
version = "1.1.9";
version = "1.2.1";
src = fetchFromGitHub {
owner = "symisc";
repo = "unqlite";
rev = "v${version}";
sha256 = "sha256-WLsyGEt7Xe6ZrOGMO7+3TU2sBgDTSmfD1WzD70pcDjo=";
tag = version;
hash = "sha256-HXhI+IEnBBsWzI+EriGqqkJmeyOF+Y/NJzu4rMd0eY0=";
};
nativeBuildInputs = [ cmake ];
postPatch = ''
substituteInPlace CMakeLists.txt \
--replace-fail "CMAKE_MINIMUM_REQUIRED(VERSION 3.0.0)" "cmake_minimum_required(VERSION 3.10)"
'';
meta = {
homepage = "https://unqlite.org/";
description = "Self-contained, serverless, zero-conf, transactional NoSQL DB library";