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

rqlite: 8.20.1 -> 8.20.3
This commit is contained in:
Nick Cao 2024-02-19 19:47:07 -05:00 committed by GitHub
commit a39ed879ff
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.20.1";
version = "8.20.3";
src = fetchFromGitHub {
owner = "rqlite";
repo = pname;
rev = "v${version}";
sha256 = "sha256-QMaCtl18adOLuWUXDlnVphkLyQUTEhYx+6HAJ3qYPW8=";
sha256 = "sha256-pblCeabZeAL45L4prwYwKh0uIG/I/2TnFciOJS1N3Ds=";
};
vendorHash = "sha256-FzxY6CTcFwSmW9LEKzPRtCsKxsGedwU9G3A3efYG9zk=";