dqlite: 1.16.7 -> 1.18.0 (#360863)

This commit is contained in:
Wolfgang Walther
2024-12-15 19:08:05 +01:00
committed by GitHub
+2 -2
View File
@@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
pname = "dqlite";
version = "1.16.7";
version = "1.18.0";
src = fetchFromGitHub {
owner = "canonical";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-XQvJO4sFKRKDVdtoXP2Ue80otDC0Ry6EB1Z0shetuhw=";
hash = "sha256-sWA04CoVMR8380/PXSkMo/Ml2Gk1RNQxPC12CMVqxwE=";
};
nativeBuildInputs = [ autoreconfHook file pkg-config ];