rqlite: 8.20.3 -> 8.21.1

This commit is contained in:
R. Ryantm 2024-02-23 09:00:10 +00:00
parent 46a66fd4a8
commit af71d13752

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" ];