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

wxsqlite3: 4.9.2 -> 4.9.3
This commit is contained in:
Weijia Wang 2023-03-19 20:03:17 +02:00 committed by GitHub
commit ba95c7066c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 ];