rqlite: 8.18.7 -> 8.19.0

This commit is contained in:
R. Ryantm
2024-02-05 16:52:20 +00:00
parent 4c7c79948e
commit 697c7b3ddf
+2 -2
View File
@@ -5,13 +5,13 @@
buildGoModule rec {
pname = "rqlite";
version = "8.18.7";
version = "8.19.0";
src = fetchFromGitHub {
owner = "rqlite";
repo = pname;
rev = "v${version}";
sha256 = "sha256-qG04sFy9aPMy9Ba1MKwUZc+8JdA7rvq/ezdBGlGiNwA=";
sha256 = "sha256-kTFuvdWOHLLfIFC4HeOX8q52ylXhVQ0TMN+8LUKXvuA=";
};
vendorHash = "sha256-FzxY6CTcFwSmW9LEKzPRtCsKxsGedwU9G3A3efYG9zk=";