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

wxsqlite3: 4.9.10 -> 4.9.11
This commit is contained in:
Nick Cao 2024-06-15 09:43:24 -04:00 committed by GitHub
commit 71fe38ce0e
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.10";
version = "4.9.11";
src = fetchFromGitHub {
owner = "utelle";
repo = "wxsqlite3";
rev = "v${version}";
hash = "sha256-L7GpDAqx7hF/PBLy6h10pAydpjaJU3JFgTZ2bJhZtG0=";
hash = "sha256-aX1YU35ATL+f18tGIba6cgNYZvYm3TshHsN7RFD+vI4=";
};
nativeBuildInputs = [ autoreconfHook ];