Merge pull request #333108 from r-ryantm/auto-update/dqlite

This commit is contained in:
Jon Seager
2024-08-08 08:44:56 +01:00
committed by GitHub
@@ -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 ];