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

rqlite: 8.26.6 -> 8.26.7
This commit is contained in:
Nick Cao 2024-07-22 17:29:08 -04:00 committed by GitHub
commit 574c80a110
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "rqlite";
version = "8.26.6";
version = "8.26.7";
src = fetchFromGitHub {
owner = "rqlite";
repo = pname;
rev = "v${version}";
sha256 = "sha256-Mn6rju0DioW2xI9tz0e9Sy4H4tg6StpYn7NjJRxzfAI=";
sha256 = "sha256-LiYPubQF5eGJwSDzy+0zhO6YeMNhti0CoOg7+rR1DOU=";
};
vendorHash = "sha256-bzK6PYSg9z1QS+5Vk6pPM10ddrLVRm0C7rmepZt4b0M=";
vendorHash = "sha256-Hxo5pFz8IGvHoB5N2S6VOWVu4U/Fwit1x1WpbckKCeU=";
subPackages = [ "cmd/rqlite" "cmd/rqlited" "cmd/rqbench" ];