dqlite: 1.16.6 -> 1.16.7

This commit is contained in:
R. Ryantm
2024-08-07 22:45:38 +00:00
parent 4755568545
commit d97ef61f12
@@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
pname = "dqlite";
version = "1.16.6";
version = "1.16.7";
src = fetchFromGitHub {
owner = "canonical";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-NtBEhtK6PysRqCUNcbFvPMBEmDR9WWJkWdFdzTOKt/8=";
hash = "sha256-XQvJO4sFKRKDVdtoXP2Ue80otDC0Ry6EB1Z0shetuhw=";
};
nativeBuildInputs = [ autoreconfHook file pkg-config ];