rqlite: 8.37.0 -> 8.37.1

This commit is contained in:
R. Ryantm
2025-05-27 22:02:39 +00:00
parent 3f62a1ca1a
commit 776df34cfa
+2 -2
View File
@@ -6,13 +6,13 @@
buildGoModule rec {
pname = "rqlite";
version = "8.37.0";
version = "8.37.1";
src = fetchFromGitHub {
owner = "rqlite";
repo = pname;
rev = "v${version}";
sha256 = "sha256-a5A6tcoMKaA0oRZQpmurQxlIvTdtcih/6rnM3p4awW8=";
sha256 = "sha256-GouVEUqxqNUtc9jyqhfLiX2M+I4ykQRsmbEvWmOaINc=";
};
vendorHash = "sha256-jvZ2ZRA/DkjDNnYauS9sJLE8KROS197kSeNVZ363Htk=";