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

dqlite: 1.16.5 -> 1.16.6
This commit is contained in:
Adam C. Stephens 2024-07-27 07:05:40 -04:00 committed by GitHub
commit de37b7a1a8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
pname = "dqlite";
version = "1.16.5";
version = "1.16.6";
src = fetchFromGitHub {
owner = "canonical";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-dk4OEQuADPMfdfAmrgA36Bdzo6qm5Ak4/Rw/L9C75a0=";
hash = "sha256-NtBEhtK6PysRqCUNcbFvPMBEmDR9WWJkWdFdzTOKt/8=";
};
nativeBuildInputs = [ autoreconfHook file pkg-config ];