dqlite: 1.18.0 -> 1.18.1

This commit is contained in:
R. Ryantm
2025-02-04 02:45:57 +00:00
parent 1428a5523b
commit f53ceb558f
+2 -2
View File
@@ -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 ];