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

wxsqlite3: 4.9.9 -> 4.9.10
This commit is contained in:
Weijia Wang 2024-04-02 16:55:21 +02:00 committed by GitHub
commit 625c1af53c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,13 +12,13 @@
stdenv.mkDerivation rec {
pname = "wxsqlite3";
version = "4.9.9";
version = "4.9.10";
src = fetchFromGitHub {
owner = "utelle";
repo = "wxsqlite3";
rev = "v${version}";
hash = "sha256-YvQEAqiXwooCxUIZbIYhccbpVjYeFIp6d3dLeUP1RpE=";
hash = "sha256-L7GpDAqx7hF/PBLy6h10pAydpjaJU3JFgTZ2bJhZtG0=";
};
nativeBuildInputs = [ autoreconfHook ];