1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-06-22 17:31:04 +03:00

rqlite: 8.37.1 -> 8.37.4

This commit is contained in:
R. Ryantm 2025-06-07 22:47:23 +00:00
parent cd64f1bd87
commit 2cf33d67ff

View file

@ -6,16 +6,16 @@
buildGoModule rec { buildGoModule rec {
pname = "rqlite"; pname = "rqlite";
version = "8.37.1"; version = "8.37.4";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "rqlite"; owner = "rqlite";
repo = "rqlite"; repo = "rqlite";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-GouVEUqxqNUtc9jyqhfLiX2M+I4ykQRsmbEvWmOaINc="; sha256 = "sha256-PMoQg3QjG0hyWKWIf5JIj7X9XbjpHpy1Hwo9DMsutW0=";
}; };
vendorHash = "sha256-jvZ2ZRA/DkjDNnYauS9sJLE8KROS197kSeNVZ363Htk="; vendorHash = "sha256-3ZoMpmWOf3wIK0R1mY2GRzPA+Xb6YIdk+hLfzsC84/U=";
subPackages = [ subPackages = [
"cmd/rqlite" "cmd/rqlite"