Merge pull request #325830 from r-ryantm/auto-update/rqlite

rqlite: 8.26.3 -> 8.26.6
This commit is contained in:
Nick Cao 2024-07-09 16:43:54 -04:00 committed by GitHub
commit e8d0a51d9a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,13 +5,13 @@
buildGoModule rec {
pname = "rqlite";
version = "8.26.3";
version = "8.26.6";
src = fetchFromGitHub {
owner = "rqlite";
repo = pname;
rev = "v${version}";
sha256 = "sha256-YtAQc2Qb7wo4whT7UMXItgbufDfNZPGR2XxL1oEtitk=";
sha256 = "sha256-Mn6rju0DioW2xI9tz0e9Sy4H4tg6StpYn7NjJRxzfAI=";
};
vendorHash = "sha256-bzK6PYSg9z1QS+5Vk6pPM10ddrLVRm0C7rmepZt4b0M=";