Unverified Commit f531bc9d authored by maxine's avatar maxine Committed by GitHub
Browse files

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

rqlite: 8.18.7 -> 8.19.0
parents 6c2f6ebe 697c7b3d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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=";