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

dqlite: 1.16.0 -> 1.16.2
This commit is contained in:
OTABI Tomoya
2024-02-16 21:29:27 +09:00
committed by GitHub
@@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
pname = "dqlite";
version = "1.16.0";
version = "1.16.2";
src = fetchFromGitHub {
owner = "canonical";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-8MPAyCqqjDpDHSyiZ1cvvgflaOLNzPGswZSsSjSffvw=";
hash = "sha256-rzKZvVybKLQKT9ZiGT/9LgU7hxI6knVXkPawNhbW/DQ=";
};
nativeBuildInputs = [ autoreconfHook file pkg-config ];