Merge pull request #219521 from r-ryantm/auto-update/wxsqlite3

wxsqlite3: 4.9.1 -> 4.9.2
This commit is contained in:
Weijia Wang
2023-03-05 13:58:15 +02:00
committed by GitHub
@@ -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 ];