rqlite: 10.2.4 -> 10.2.6

This commit is contained in:
R. Ryantm
2026-07-04 22:20:19 +00:00
parent e91a72db6d
commit 577b2f9cae

View File

@@ -12,13 +12,13 @@ buildGoModule (
in
{
pname = "rqlite";
version = "10.2.4";
version = "10.2.6";
src = fetchFromGitHub {
owner = "rqlite";
repo = "rqlite";
tag = "v${finalAttrs.version}";
hash = "sha256-Ays/H+nlS7Rien+0zutLMDx3cJDdURQNvXZn1XSwzuw=";
hash = "sha256-YFEvsEjpJSYoGEqYxVP9Qo6JRTD1peVP9a3Bf1hsdLU=";
};
vendorHash = "sha256-rWyDyypKbettuwL8tfXmkvKtIg5fm5EzZud2/5RL0kY=";