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

wxsqlite3: 4.9.4 -> 4.9.6
This commit is contained in:
Weijia Wang 2023-11-04 00:39:34 +01:00 committed by GitHub
commit 98c1c5f951
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.4";
version = "4.9.6";
src = fetchFromGitHub {
owner = "utelle";
repo = "wxsqlite3";
rev = "v${version}";
hash = "sha256-aM79DI/Kj1QEIJ1HMttlfqK/WZER9RJhQbrnbPto57U=";
hash = "sha256-ah9EFj15cP9soVJATVJk4XGYItxcrt4HB6ZTfpsVhS8=";
};
nativeBuildInputs = [ autoreconfHook ];