wxsqlite3: 4.9.6 -> 4.9.8

This commit is contained in:
R. Ryantm 2023-12-25 04:12:18 +00:00
parent 65a62c9f75
commit cb97f8a696

View File

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