rqlite: 10.2.1 -> 10.2.4

This commit is contained in:
R. Ryantm
2026-06-26 17:34:19 +00:00
parent 44ce2b479e
commit 4a66cc41ab
+2 -2
View File
@@ -12,13 +12,13 @@ buildGoModule (
in
{
pname = "rqlite";
version = "10.2.1";
version = "10.2.4";
src = fetchFromGitHub {
owner = "rqlite";
repo = "rqlite";
tag = "v${finalAttrs.version}";
hash = "sha256-SQH/dkirdsIMf/GyteqyxI/b7t2QbfUJc5DAevsKklE=";
hash = "sha256-Ays/H+nlS7Rien+0zutLMDx3cJDdURQNvXZn1XSwzuw=";
};
vendorHash = "sha256-rWyDyypKbettuwL8tfXmkvKtIg5fm5EzZud2/5RL0kY=";