rqlite: 8.36.8 -> 8.36.11

This commit is contained in:
R. Ryantm
2025-02-06 05:15:17 +00:00
parent ab36ef17c8
commit cdc2b63bdf
+3 -3
View File
@@ -6,16 +6,16 @@
buildGoModule rec {
pname = "rqlite";
version = "8.36.8";
version = "8.36.11";
src = fetchFromGitHub {
owner = "rqlite";
repo = pname;
rev = "v${version}";
sha256 = "sha256-fyhBKSPE9vAMe1g7IOjrk8u3+KhMgtVrwKRZA+DsGik=";
sha256 = "sha256-LL2nfRFrfDtttDexLUarFb7AyoLTFf3WeoWm4cqmBtM=";
};
vendorHash = "sha256-+otWcVUAqO2e9v+4T5QTw2DOVfDUGu6hP/1/6LO21nY=";
vendorHash = "sha256-BUZaRSDbzHVzP3A0Q4LnKfzp0lzEJ3x7Vag+7sn4MSM=";
subPackages = [
"cmd/rqlite"