Unverified Commit f3834de3 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

rqlite: 8.26.7 -> 8.26.8
parents cbb686fe 30d807f9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,13 +5,13 @@

buildGoModule rec {
  pname = "rqlite";
  version = "8.26.7";
  version = "8.26.8";

  src = fetchFromGitHub {
    owner = "rqlite";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-LiYPubQF5eGJwSDzy+0zhO6YeMNhti0CoOg7+rR1DOU=";
    sha256 = "sha256-1mwrI3OAhkk7VSNxy47g5xt5PcWiHUCSjFw9UtDeqTM=";
  };

  vendorHash = "sha256-Hxo5pFz8IGvHoB5N2S6VOWVu4U/Fwit1x1WpbckKCeU=";