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

wxsqlite3: 4.9.3 -> 4.9.4
This commit is contained in:
Weijia Wang 2023-06-04 19:15:49 +02:00 committed by GitHub
commit 0afcd8774f
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.3";
version = "4.9.4";
src = fetchFromGitHub {
owner = "utelle";
repo = "wxsqlite3";
rev = "v${version}";
hash = "sha256-HdsPCdZF1wMTGYFaXzq+f4bUFjgCAklsKhhdyMKaxp8=";
hash = "sha256-aM79DI/Kj1QEIJ1HMttlfqK/WZER9RJhQbrnbPto57U=";
};
nativeBuildInputs = [ autoreconfHook ];