wxsqlite3: 4.9.1 -> 4.9.2

This commit is contained in:
R. Ryantm 2023-03-04 16:19:27 +00:00
parent 45e44c56f1
commit 34bc815a31

View File

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