Skip to content

Commit

Permalink
Merge pull request #301870 from r-ryantm/auto-update/rqlite
Browse files Browse the repository at this point in the history
rqlite: 8.23.0 -> 8.23.1
  • Loading branch information
marsam committed Apr 5, 2024
2 parents 71ddf07 + fd62cce commit 88c619a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/servers/sql/rqlite/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@

buildGoModule rec {
pname = "rqlite";
version = "8.23.0";
version = "8.23.1";

src = fetchFromGitHub {
owner = "rqlite";
repo = pname;
rev = "v${version}";
sha256 = "sha256-n4ALjayvcOR+VcpKPRh6WswAEEdlYyxhYyfPRje98Rs=";
sha256 = "sha256-vBBxLUS6BSPJnJqxXVC6brKd70na7JPkA6F4mtEqXZw=";
};

vendorHash = "sha256-UYO5asCX+KpESAT1ws7O91QaOJ8zPbd06JzHexBiWj0=";
vendorHash = "sha256-CXwcz4L5Y0HbOdQm62YQGFtguk3X+dYx5Gc6E55PhjM=";

subPackages = [ "cmd/rqlite" "cmd/rqlited" "cmd/rqbench" ];

Expand Down

0 comments on commit 88c619a

Please sign in to comment.