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

rqlite: 8.23.0 -> 8.23.1
This commit is contained in:
Mario Rodas 2024-04-05 18:38:56 -05:00 committed by GitHub
commit 88c619a6a3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "rqlite";
version = "8.23.0";
version = "8.23.1";
src = fetchFromGitHub {
owner = "rqlite";
repo = pname;
rev = "v${version}";
sha256 = "sha256-n4ALjayvcOR+VcpKPRh6WswAEEdlYyxhYyfPRje98Rs=";
sha256 = "sha256-vBBxLUS6BSPJnJqxXVC6brKd70na7JPkA6F4mtEqXZw=";
};
vendorHash = "sha256-UYO5asCX+KpESAT1ws7O91QaOJ8zPbd06JzHexBiWj0=";
vendorHash = "sha256-CXwcz4L5Y0HbOdQm62YQGFtguk3X+dYx5Gc6E55PhjM=";
subPackages = [ "cmd/rqlite" "cmd/rqlited" "cmd/rqbench" ];