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

rqlite: 8.21.3 -> 8.22.1
This commit is contained in:
Nick Cao 2024-03-01 10:25:24 -05:00 committed by GitHub
commit dded8f3ff4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,13 +5,13 @@
buildGoModule rec {
pname = "rqlite";
version = "8.21.3";
version = "8.22.1";
src = fetchFromGitHub {
owner = "rqlite";
repo = pname;
rev = "v${version}";
sha256 = "sha256-YnCa0gv+loI+PeQHZWar7GpEhqvQo1AwIj5LGTol3k0=";
sha256 = "sha256-g5W+rHD4gUS82E+wFLQ3VTSwIWQUogwTutwPTtf+IdM=";
};
vendorHash = "sha256-onR4n6ok6y9APRwGjBoMISbidGDVw19D48TkogRp1uM=";