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

rqlite: 8.23.4 -> 8.24.1
This commit is contained in:
Nick Cao 2024-05-05 10:28:43 -04:00 committed by GitHub
commit 90c327cca6
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.23.4";
version = "8.24.1";
src = fetchFromGitHub {
owner = "rqlite";
repo = pname;
rev = "v${version}";
sha256 = "sha256-5/vcle0b/EypdA7IC28IYRYc5HxUC2zT/VsKLPurWPk=";
sha256 = "sha256-K2OSOzdhJv1F1nJUqmPOVsqQZpOwWKdWQZyrHXH/hf0=";
};
vendorHash = "sha256-Z/Cou6NDVQVu1F4XlgMM0jI72jF2vuI6mRGhWqObXKM=";