dqlite: 1.16.4 -> 1.16.5

This commit is contained in:
R. Ryantm
2024-06-26 00:40:56 +00:00
parent 260616a5fd
commit b52f0d5970
@@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
pname = "dqlite";
version = "1.16.4";
version = "1.16.5";
src = fetchFromGitHub {
owner = "canonical";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-Q90wVqb6321+SWW5j52fb6mVRf25nExqgN/+s6OwoMk=";
hash = "sha256-dk4OEQuADPMfdfAmrgA36Bdzo6qm5Ak4/Rw/L9C75a0=";
};
nativeBuildInputs = [ autoreconfHook file pkg-config ];