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

dqlite: 1.15.1 -> 1.16.0
This commit is contained in:
Mario Rodas
2023-10-07 19:43:42 -05:00
committed by GitHub

View File

@@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
pname = "dqlite";
version = "1.15.1";
version = "1.16.0";
src = fetchFromGitHub {
owner = "canonical";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-GmteQy+nYQFspLvdw44TjuQQeTRQ24OtDeAA+TQJKiU=";
hash = "sha256-8MPAyCqqjDpDHSyiZ1cvvgflaOLNzPGswZSsSjSffvw=";
};
nativeBuildInputs = [ autoreconfHook file pkg-config ];