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

wxsqlite3: 4.7.6 -> 4.8.2
This commit is contained in:
Jonas Heinrich 2022-08-22 16:38:35 +02:00 committed by GitHub
commit c907ad423b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,13 +13,13 @@
stdenv.mkDerivation rec {
pname = "wxsqlite3";
version = "4.7.6";
version = "4.8.2";
src = fetchFromGitHub {
owner = "utelle";
repo = "wxsqlite3";
rev = "v${version}";
hash = "sha256-QoICP66eluD5phYVi1iK8tg1FL04EQjY29/4n6SIz3s=";
hash = "sha256-YoeCUyWVxpXY1QCTNONpv2QjV3rLZY84P6D3pXiWXo0=";
};
nativeBuildInputs = [ autoreconfHook ];