wxsqlite3: 4.9.2 -> 4.9.3

This commit is contained in:
R. Ryantm 2023-03-18 09:30:49 +00:00
parent c1329a147a
commit f431cccc40

View file

@ -12,13 +12,13 @@
stdenv.mkDerivation rec {
pname = "wxsqlite3";
version = "4.9.2";
version = "4.9.3";
src = fetchFromGitHub {
owner = "utelle";
repo = "wxsqlite3";
rev = "v${version}";
hash = "sha256-LYQky0tIzZrxroa4korlE+RK2MJTVLgw3T2kGZOyY2s=";
hash = "sha256-HdsPCdZF1wMTGYFaXzq+f4bUFjgCAklsKhhdyMKaxp8=";
};
nativeBuildInputs = [ autoreconfHook ];