dqlite: 1.16.7 -> 1.18.0

This commit is contained in:
R. Ryantm
2024-12-01 20:20:26 +00:00
parent 10f06c512e
commit fb3b671d0d
+2 -2
View File
@@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
pname = "dqlite";
version = "1.16.7";
version = "1.18.0";
src = fetchFromGitHub {
owner = "canonical";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-XQvJO4sFKRKDVdtoXP2Ue80otDC0Ry6EB1Z0shetuhw=";
hash = "sha256-sWA04CoVMR8380/PXSkMo/Ml2Gk1RNQxPC12CMVqxwE=";
};
nativeBuildInputs = [ autoreconfHook file pkg-config ];