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

dqlite: 1.18.0 -> 1.18.1 (#379245)

parents 6eaf1b41 f53ceb55
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.18.0";
  version = "1.18.1";

  src = fetchFromGitHub {
    owner = "canonical";
    repo = pname;
    tag = "v${version}";
    hash = "sha256-sWA04CoVMR8380/PXSkMo/Ml2Gk1RNQxPC12CMVqxwE=";
    hash = "sha256-7ou077ozbpH21PcvEEcprr4UYJ/X398Ph9dh5C3YyBQ=";
  };

  nativeBuildInputs = [ autoreconfHook file pkg-config ];