wxsqlite3: 4.9.8 -> 4.9.9

This commit is contained in:
R. Ryantm 2024-01-23 01:16:16 +00:00
parent 98d778f015
commit f752df831c

View file

@ -12,13 +12,13 @@
stdenv.mkDerivation rec {
pname = "wxsqlite3";
version = "4.9.8";
version = "4.9.9";
src = fetchFromGitHub {
owner = "utelle";
repo = "wxsqlite3";
rev = "v${version}";
hash = "sha256-spc2lA6pgHfT4F0lHGhVFpvIIRmDVgfvzZHUqPB/Y5w=";
hash = "sha256-YvQEAqiXwooCxUIZbIYhccbpVjYeFIp6d3dLeUP1RpE=";
};
nativeBuildInputs = [ autoreconfHook ];