wxsqlite3: 4.10.8 -> 4.10.9 (#423973)

This commit is contained in:
Weijia Wang 2025-07-10 09:52:35 -05:00 committed by GitHub
commit 27e84b1be5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "wxsqlite3";
version = "4.10.8";
version = "4.10.9";
src = fetchFromGitHub {
owner = "utelle";
repo = "wxsqlite3";
rev = "v${version}";
hash = "sha256-Gd3RuSQgN9D9nAsQqlFjDPTC1OldoVc3E6TXr0VwTCI=";
hash = "sha256-vxRbCImGEb9Y5lpiGgkMsOpgjcwMlDLs2LNmS3liy4A=";
};
nativeBuildInputs = [