dqlite: 1.16.2 -> 1.16.4

This commit is contained in:
R. Ryantm 2024-02-25 22:47:20 +00:00
parent e2fc21a875
commit da25201532

View File

@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
pname = "dqlite";
version = "1.16.2";
version = "1.16.4";
src = fetchFromGitHub {
owner = "canonical";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-rzKZvVybKLQKT9ZiGT/9LgU7hxI6knVXkPawNhbW/DQ=";
hash = "sha256-Q90wVqb6321+SWW5j52fb6mVRf25nExqgN/+s6OwoMk=";
};
nativeBuildInputs = [ autoreconfHook file pkg-config ];