rqlite: 8.26.3 -> 8.26.6

This commit is contained in:
R. Ryantm 2024-07-09 12:37:35 +00:00
parent 655a58a72a
commit 8c2e9a5f1d

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=";