Commit d97ef61f authored by R. RyanTM's avatar R. RyanTM
Browse files

dqlite: 1.16.6 -> 1.16.7

parent 47555685
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -3,13 +3,13 @@

stdenv.mkDerivation rec {
  pname = "dqlite";
  version = "1.16.6";
  version = "1.16.7";

  src = fetchFromGitHub {
    owner = "canonical";
    repo = pname;
    rev = "refs/tags/v${version}";
    hash = "sha256-NtBEhtK6PysRqCUNcbFvPMBEmDR9WWJkWdFdzTOKt/8=";
    hash = "sha256-XQvJO4sFKRKDVdtoXP2Ue80otDC0Ry6EB1Z0shetuhw=";
  };

  nativeBuildInputs = [ autoreconfHook file pkg-config ];