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

rqlite: 8.20.3 -> 8.21.1
This commit is contained in:
Nick Cao 2024-02-23 10:22:56 -05:00 committed by GitHub
commit 5f19d3ffe3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "rqlite";
version = "8.20.3";
version = "8.21.1";
src = fetchFromGitHub {
owner = "rqlite";
repo = pname;
rev = "v${version}";
sha256 = "sha256-pblCeabZeAL45L4prwYwKh0uIG/I/2TnFciOJS1N3Ds=";
sha256 = "sha256-u6LmzqlRmG8uCl5acGlkqo2pt/vKkc/xuZQhq51gVfY=";
};
vendorHash = "sha256-FzxY6CTcFwSmW9LEKzPRtCsKxsGedwU9G3A3efYG9zk=";
vendorHash = "sha256-onR4n6ok6y9APRwGjBoMISbidGDVw19D48TkogRp1uM=";
subPackages = [ "cmd/rqlite" "cmd/rqlited" "cmd/rqbench" ];