rqlite: 8.26.7 -> 8.26.8

This commit is contained in:
R. Ryantm 2024-08-03 13:31:02 +00:00
parent 54770984fc
commit 30d807f937

View file

@ -5,13 +5,13 @@
buildGoModule rec {
pname = "rqlite";
version = "8.26.7";
version = "8.26.8";
src = fetchFromGitHub {
owner = "rqlite";
repo = pname;
rev = "v${version}";
sha256 = "sha256-LiYPubQF5eGJwSDzy+0zhO6YeMNhti0CoOg7+rR1DOU=";
sha256 = "sha256-1mwrI3OAhkk7VSNxy47g5xt5PcWiHUCSjFw9UtDeqTM=";
};
vendorHash = "sha256-Hxo5pFz8IGvHoB5N2S6VOWVu4U/Fwit1x1WpbckKCeU=";