Unverified Commit f442a6af authored by Nikolay Korotkiy's avatar Nikolay Korotkiy Committed by GitHub
Browse files

rqlite: 9.0.1 -> 9.1.0 (#446522)

parents 8353fec8 8fbbb9b3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@

buildGoModule (finalAttrs: {
  pname = "rqlite";
  version = "9.0.1";
  version = "9.1.0";

  src = fetchFromGitHub {
    owner = "rqlite";
    repo = "rqlite";
    tag = "v${finalAttrs.version}";
    hash = "sha256-ll8F5doXHG3Nq3LisSpy5iuh9JhA6/HsBwrSPDGs57c=";
    hash = "sha256-q2T5Ze+rR2KfBvrtIiVa9W8DICxErdeRLA3aNKbyMCo=";
  };

  vendorHash = "sha256-Mq469sUYgS19SVJ7noTUl7hml9xUAGDsr64MJM8Xq9g=";